Tagged: openjdk

[HOWTO] Install java browser plugin in Fedora 15

June 19th, 2011 Permalink

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:

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)

March 24th, 2010 Permalink

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 [...]

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 does not work with Sun JRE in Linux. Also, as far as I know, OpenJDK/OpenJRE for Windows does not exist.

Continue Reading