RE: java.util.SortedMap ClassNotFound in Applet

2001-11-26 Thread Vijayanand Sukumar
ubject: RE: java.util.SortedMap ClassNotFound in Applet Not exactly Tomcat-related, but... Applets run in the browser. Most browsers only have Java 1.1 built-in (there are no doubt older installations out there that only have 1.02!). The collections classes (e.g. java.util.Map, java.util.List, etc) wer

RE: java.util.SortedMap ClassNotFound in Applet

2001-11-26 Thread Greg Trasuk
oor. http://stratuscom.ca > -Original Message- > From: Vijayanand Sukumar [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 7:15 PM > To: '[EMAIL PROTECTED]' > Subject: java.util.SortedMap ClassNotFound in Applet > > > Hi, > I wrote a Applet which uses

java.util.SortedMap ClassNotFound in Applet

2001-11-26 Thread Vijayanand Sukumar
Hi, I wrote a Applet which uses java.util.SortedMap and java.util.ArrayList and placed it in Root Context. When I try to view I see an Exception in the Java Console as java.lang.ClassNotFoundException: java.util.SortedMap at com/ms/vm/loader/URLClassLoader.loadClass at java/lan