I ran into a computer with Windows XP and I got the following error while trying to install a new Windows application:
[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 [...]
