We are using KIWI-LTSP on our office. Normally everything is working fine. But whenever we are trying to visit some webpage required to load Java Applets, mozilla firefox is unable to load the same. Whenever we are trying to open the site (Mainly we are using Oracle apps with Java Applet Form), Mozilla fails to load the same and on the left bottom there is an error : ERROR, FAILED TO INITIALIZE APPLETS.
After several googling, I have created a folder “plugins” inside /home/userid/.mozilla and created a soft link as below -
lrwxrwxrwx 1 sadhan.poray allusers 37 Mar 12 10:54 libnpjp2.so -> /usr/lib/jvm/jre/lib/i386/libnpjp2.so
But issue not resolved yet. I have tried to check the PATH variables, but there is no PATH for JAVA.
echo $PATH
/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin
Now, my question is ---- How can I add JAVA PATH to this PATH variables? Normal Linux command didn’t worked.
Please guide to add JAVA Path on this.