AdoptOpenJDK / AdoptOpenJDK/IcedTea-Web

Not able to open the JNLP with Java 11 from IcedTea-Web

未关闭
#863 7 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
268
派生
96
PR 合并指标
30 天内没有已合并 PR

描述

Dear Team,

We are facing issue while opening JNLPs from desktop with the combination of IcedTea + Oracle Java 11. The below is the error.
Can you please check and give us pointers to fix this issue? Please let me know for further information. Thanks!

```
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 net.sourceforge.swing.SwingUtils.callOnAppContext(SwingUtils.java:149)
at net.sourceforge.jnlp.runtime.AppletEnvironment.startApplet(AppletEnvironment.java:194)
at net.sourceforge.jnlp.Launcher.launchApplet(Launcher.java:658)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:949)
Caused by: java.lang.NoSuchMethodError: java.lang.SecurityManager.checkTopLevelWindow(Ljava/lang/Object;)Z
at oracle.ewt.util.ClipboardProxy.getSystemClipboard(Unknown Source)
at oracle.forms.engine.Runform.initClipboard(Unknown Source)
at oracle.forms.engine.Runform.startRunform(Unknown Source)
at oracle.forms.engine.Main.createRunform(Unknown Source)
at oracle.forms.engine.Main.start(Unknown Source)
at net.sourceforge.jnlp.runtime.AppletEnvironment$2.run(AppletEnvironment.java:202)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:303)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。