[Bug 132] New: javaws throws NullPointerException
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Apr 2 02:56:59 PDT 2008
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=132
Summary: javaws throws NullPointerException
Product: IcedTea
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: IcedTea
AssignedTo: unassigned at icedtea.classpath.org
ReportedBy: twisti at complang.tuwien.ac.at
$ javaws
Exception in thread "main" java.lang.NullPointerException
at
net.sourceforge.jnlp.runtime.InstallDialog.<init>(InstallDialog.java:57)
at
net.sourceforge.jnlp.runtime.InstallDialog.getInstallDir(InstallDialog.java:153)
at
net.sourceforge.jnlp.runtime.JNLPRuntime.getDefaultBaseDir(JNLPRuntime.java:265)
at net.sourceforge.jnlp.runtime.Boot.getBaseDir(Boot.java:407)
at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:168)
at java.security.AccessController.doPrivileged(Native Method)
at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:159)
This happens because net.sourceforge.jnlp.runtime.JNLPRuntime is loaded by the
bootstrap classloader and
JNLPRuntime.class.getClassLoader();
is null.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list