To install java browser plugin for Mozilla Firefox and Google Chrome, go to Add/Remove Software, search for icedtea-web and install it or run the following in your terminal: Continue Reading
[SOLVED] java.security.AccessControlException: access denied (java.net.SocketPermission host connect,resolve)
I am building a Java Applet which needs to connect to foreign host to operate. I created it and it runs good on OpenJDK Runtime Environment (IcedTea6 1.8pre) installed on my Ubuntu 10.04 Lucid Lynx Beta. But it does not run with Sun Java Runtime Environment 1.6.0_18 on Windows. I don’t know if it also [...]
