There might be some problem to run java applet in ubuntu while the jdk is already installed in the system. so this problem is occurs when the java plugin is not installed in your browser. The solution of this problem is to installed ORACLE JDK manually in your system.
STEPS:-
1. Open the terminal and type the following command.
sudo add-apt-repository ppa:webupd8team/java
2. update package lists via:
sudo apt-get update
3. install Oracle Java 7
sudo apt-get install oracle-java7-installer
Change the number 7 to 8 (or 6) in the code to install Java 6 (or 7).
0 Comment(s)