Skip to content

Instantly share code, notes, and snippets.

@diogobaeder
Created September 23, 2012 21:30
Show Gist options
  • Select an option

  • Save diogobaeder/3773108 to your computer and use it in GitHub Desktop.

Select an option

Save diogobaeder/3773108 to your computer and use it in GitHub Desktop.
net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file.
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:600)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:889)
Caused by: java.lang.ClassNotFoundException: sneer.installer.Main
at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1401)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:574)
... 1 more
Caused by:
java.lang.ClassNotFoundException: sneer.installer.Main
at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1401)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:574)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:889)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment