-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b62
-
generic
-
generic, solaris_9
Change in behaviour w.r.t jdk1.4.2 when loading resourcebundles . test case is attached.
Classpath is given precedence over endorsed.
java -Djava.endorsed.dirs=<..>/test_prop.jar -classpath test_prop_with_ch.jar t
###@###.### 2004-07-23
###@###.### 2004-07-23
use following command
gzip -d <attached_fileName>.
jar xvf bug.jar.
This contains the testcase.
>/test_prop.jar and test_prop_with_ch.jar contain properties file which the testcase tries to load. The key from the property file the testcase tries to load is present in test_prop.jar .
To reproduce the problem try
java -Djava.endorsed.dirs=<PATH_to directory where test_prop.jar is present > -classpath test_prop_with_ch.jar t
###@###.### 2004-07-23
Classpath is given precedence over endorsed.
java -Djava.endorsed.dirs=<..>/test_prop.jar -classpath test_prop_with_ch.jar t
###@###.### 2004-07-23
###@###.### 2004-07-23
use following command
gzip -d <attached_fileName>.
jar xvf bug.jar.
This contains the testcase.
>/test_prop.jar and test_prop_with_ch.jar contain properties file which the testcase tries to load. The key from the property file the testcase tries to load is present in test_prop.jar .
To reproduce the problem try
java -Djava.endorsed.dirs=<PATH_to directory where test_prop.jar is present > -classpath test_prop_with_ch.jar t
###@###.### 2004-07-23
- relates to
-
JDK-4912903 The jar file gets downloaded for every ImageIcon(URL) constructor
- Open