Java applet on ubuntu | Install jdk 8 on Ubuntu | install , Compile, Execute java Code On Ubuntu
Here you will get an Info about Installation of JDK 8 on your Ubuntu Machine.
first of all we need know that applet is supported upto jdk-9 only .
so many of you may be facing the issue while compiling and Executing the Java Applet code in Your machine.
So First Install older versions of Ubuntu Before jdk-9
sudo apt install openjdk-8-jdk openjdk-8-jre
or You can just put above command in your Terminal that will work.
Thank you.
Like | Share | Subscribe
ubuntu