JRE-9 depreciates the browser plug-in. Can web start (JNLP) run directly in JRE-9?

As stated by Java, JRE-9 will condemn the support of the Java Browser plug-in, I tried to disable the "Browser plugin" in the Java control panel (for example, the figure below)

Then the entire existing JNLP web launch can no longer work.

Example: Deploying a Java Web Start Application

Does anyone have an idea how to handle your applet / web launch in JRE 9 / Java9?

For more information, see the screenshot below to disable the Java browser plug-in.

enter image description here

+4
source share
1 answer

Java Web Start ( ) ( ) (, java.awt.Frame javax.swing.JFrame) (, java.applet.Applet javax.swing.JApplet).

, , JSObject ( ) -.

+1

All Articles