[Bug 410] New: Applet resource loading fails
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Nov 18 19:59:55 PST 2009
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=410
Summary: Applet resource loading fails
Product: IcedTea
Version: unspecified
Platform: PC
URL: https://www.e-contract.be/eid-applet-beta/
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: IcedTea
AssignedTo: unassigned at icedtea.classpath.org
ReportedBy: info at frankcornelis.be
When I run an applet in Firefox (eID Applet from
http://code.google.com/p/eid-applet/) using the Sun JRE 1.6 everything works.
When running the applet using the java-1.6.0-openjdk 30.b16.fc11 it cannot load
resources from the applet JAR. It fails on loading the following resource:
ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
InputStream applicationPropertiesInputStream = classLoader
.getResourceAsStream("be/fedict/eid/applet/application.properties");
Apparently the classloader behaves differently under OpenJDK.
--
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