4

As Java claimed JRE-9 would deprecate support of Java Browser Plug-in, I tried to disable "Browser plug-in' it Java Control Panel. (like figure below)

Then all existing web start JNLP can't run anymore.

like example in: Deploying a Java Web Start Application

Would anyone has idea how to handle your applet/web start under JRE 9 / Java9?

For more information please see the below screenshot of disable java browser plug-in.

enter image description here

1 Answer 1

2

Java Web Start has always (since its inception) supported free floating (outside the browser) frames (e.g. java.awt.Frame & javax.swing.JFrame) & applets (e.g java.applet.Applet & javax.swing.JApplet).

That should still work, though it was always the case that free floating applets could not access the JSObject or (thereby) interact with any web page.

Sign up to request clarification or add additional context in comments.

1 Comment

@hv2 is there anything missing from this answer hv2? It looks like it is a good one, so I think it deserves some attention from you. Without it is impossible to see if it is correct.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.