1

I want to run following website in chrome/firefox in my ubuntu : http://bikecad.ca/quickapplet

which shows following message: which shows following me

However i have already followed these steps

but its not working.

Help me to deal with this. thanks in advance.

BomberMan
  • 123
  • 5

1 Answers1

1

Install Oracle JDK 8 using this set of commands:

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer

Then restart firefox/chrome

c0rp
  • 9,820
  • 3
  • 38
  • 60