OpenJDK13 deprecation issue: AWTSecurityManager was removed in 13
Laurent Bourgès
bourges.laurent at gmail.com
Mon Feb 11 11:21:26 UTC 2019
Hi,
I tried ITW 1.8 on latest OpenJDK13 code base and it fails:
./javaws.sh -viewer
java.lang.reflect.InvocationTargetException
at java.desktop/java.awt.EventQueue.invokeAndWait(EventQueue.java:1367)
at java.desktop/java.awt.EventQueue.invokeAndWait(EventQueue.java:1342)
at
java.desktop/net.sourceforge.swing.SwingUtils.callOnAppContext(SwingUtils.java:149)
at
java.desktop/net.sourceforge.swing.SwingUtils.invokeAndWait(SwingUtils.java:161)
at
java.desktop/net.sourceforge.jnlp.security.viewer.CertificateViewer.main(CertificateViewer.java:111)
at java.desktop/net.sourceforge.jnlp.runtime.Boot.main(Boot.java:125)
Caused by: java.lang.NoClassDefFoundError: sun/awt/AWTSecurityManager
at
java.desktop/net.sourceforge.jnlp.runtime.JNLPRuntime.initialize(JNLPRuntime.java:261)
at
java.desktop/net.sourceforge.jnlp.security.viewer.CertificateViewer.showCertificateViewer(CertificateViewer.java:102)
See https://bugs.openjdk.java.net/browse/JDK-8216592
As AWTSecurityManager was removed, it requires to fix JNLPSecurityManager
as it extends AWTSecurityManager.
I would propose to use directly SecurityManager instead, but it has
certainly other implications (security checks, font manager issues)...
To be discussed within OpenJDK & IcedTeaWeb.
I asked without success:
http://mail.openjdk.java.net/pipermail/2d-dev/2019-February/009840.html
Laurent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20190211/8f235f7c/attachment.html>
More information about the distro-pkg-dev
mailing list