1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize applet.
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:735)
at net.sourceforge.jnlp.Launcher.launchApplet(Launcher.java:656)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:891)
Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Application Error: Unknown Main-Class. Could not determine the main class for this application.
at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:511)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:204)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:323)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:701)
... 2 more
Caused by:
net.sourceforge.jnlp.LaunchException: Fatal: Application Error: Unknown Main-Class. Could not determine the main class for this application.
at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:511)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:204)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:323)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:701)
at net.sourceforge.jnlp.Launcher.launchApplet(Launcher.java:656)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:891) |