-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.4.0
-
sparc
-
solaris_7
I noticed this problem running the SwingSet2 demo on Merlin b51 (actually
slightly pre-b51) on Solaris Sparc. After tooling around all over without
any problems, I glanced at my shell window and saw:
java.lang.NoClassDefFoundError: java/util/Collections$SynchronizedList
at java.util.Collections.synchronizedList(Collections.java:1706)
at java.util.Vector.subList(Vector.java:971)
at javax.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread.run(Ba
sicDirectoryModel.java:324)
Unfortunately I don't know where in the demo I was at the time this
was generated, and I wasn't able to reproduce it.
slightly pre-b51) on Solaris Sparc. After tooling around all over without
any problems, I glanced at my shell window and saw:
java.lang.NoClassDefFoundError: java/util/Collections$SynchronizedList
at java.util.Collections.synchronizedList(Collections.java:1706)
at java.util.Vector.subList(Vector.java:971)
at javax.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread.run(Ba
sicDirectoryModel.java:324)
Unfortunately I don't know where in the demo I was at the time this
was generated, and I wasn't able to reproduce it.
- relates to
-
JDK-4764778 Interrupted thread can't load classes from classes directory (sol)
- Closed