[Bug 271] JavaFX sample no longer runs with javaws, runs fine with java
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Dec 5 00:38:00 PST 2008
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=271
------- Comment #2 from mark at klomp.org 2008-12-05 08:37 -------
Created an attachment (id=150)
--> (http://icedtea.classpath.org/bugzilla/attachment.cgi?id=150&action=view)
Patch to allow jars without an index and to retry indexed jars
JarIndex.getIndex() can return null when there is no index for the jar. In that
case we shouldn't store the null result (and crash with a NullPointer as in the
reporters testcase). Additionally when a resource/class cannot be found in an
indexed jar then we should retry searching for it in other jars.
--
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