Top "Liveconnect" questions

LiveConnect allows ECMAscript code running Mozilla's Rhino interpreter to access Java code in a transparent way.

access denied (java.net.SocketPermission 127.0.0.1:8080 connect,resolve)

I have a Java Applet inserted on a simple HTML page located at http://localhost:8080/index.html: <applet id="…

java javascript security applet liveconnect
What do I need to do to get LiveConnect working again?

Years ago I wrote a Java Web Start application in NetBeans that performs a simple file upload task. For years …

java netbeans applet liveconnect
LiveConnect calls are blocked on 7u45 since Java 7u51 became available

I have a page with a Java applet that has the following JavaScript code which makes a LiveConnect call when …

java javascript liveconnect
Mac OS X: java.lang.ClassNotFoundException: com.sun.java.browser.plugin2.DOM

I am trying to use the new LiveConnect features introduced in Java 6 Update 10. Code looks like this (copied from the …

java macos applet liveconnect