문제

I have a trusted applet, and I'm getting the following behavior with OpenJDK and icedtea6-plugin:

Initializing JVM...
NOT IMPLEMENTED: virtual nsresult IcedTeaPluginInstance::Start()
Jar string: applets/MyApplet.jar
jars length: 1
JNLPRuntime already initialized
java.lang.NullPointerException
    at net.sourceforge.jnlp.tools.JarSigner.verifyJars(JarSigner.java:192)
    at net.sourceforge.jnlp.runtime.JNLPClassLoader.verifyJars(JNLPClassLoader.java:626)
    at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:302)
    at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:134)
    at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:191)
    at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:445)
    at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:418)
    at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:597)
netx: Initialization Error: Could not initialize applet. (net.sourceforge.jnlp.LaunchException Fatal: Initialization Error: A fatal error occurred while trying to verify jars.)
netx: Initialization Error: Could not initialize applet. (net.sourceforge.jnlp.LaunchException Fatal: Initialization Error: A fatal error occurred while trying to verify jars.)

The Sun JVM and plugin work fine. What could be going wrong?

도움이 되었습니까?

해결책

It's just an OpenJDK issue. It's supposed to be fixed in the latest version (not in repos).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top