Skip to content

Instantly share code, notes, and snippets.

@pjanik
Created February 1, 2013 18:45
Show Gist options
  • Save pjanik/4693209 to your computer and use it in GitHub Desktop.
Save pjanik/4693209 to your computer and use it in GitHub Desktop.
Ubuntu 12.10
java version "1.6.0_38"
Java(TM) SE Runtime Environment (build 1.6.0_38-b05)
Java HotSpot(TM) 64-Bit Server VM (build 20.13-b02, mixed mode)
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:729)
at org.concord.LaunchJnlp.main(LaunchJnlp.java:626)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javaws.Launcher.executeApplication(Launcher.java:1814)
at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1755)
at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1517)
at com.sun.javaws.Launcher.run(Launcher.java:131)
at java.lang.Thread.run(Thread.java:662)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment