rt.jar is loaded automatically in the "boot" classloader of the JVM. If you look at the "sun.boot.class.path" system property you should find it listed there (JDK 1.3 at least).
Larry > -----Original Message----- > From: Bang, Steinar [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 29, 2001 10:21 AM > To: 'Tomcat Users List' > Subject: RE: tomcat 3.3 from RPM w/JDK 1.3.1 is missing Vector > > > I wrote: > > > Martin van den Bemt [[EMAIL PROTECTED]] writes: > > >> try importing java.util.Vector in your jsp page? > [snip!] > > > The Vector class seems to be in the > > $JAVA_HOME/jre/lib/rt.jar > > file, and this file isn't added to the CLASSPATH > > before starting java in /usr/bin/dtomcat. > > This file isn't added to CLASSPATH anywhere I can find, > but > > <http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.htm > l#JspIntercept > or> > talks about it in the description for the attribute > jikesClasspath. > > Does anyone know of a debug utility that can shed light > on whether tomcat finds the rt.jar file, and adds it > to its classpath or not? > > Thanx! > > > - Steinar > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > This email, its content and any attachments is PRIVATE AND > CONFIDENTIAL to > TANDBERG Television. If received in error please notify the sender and > destroy the original message and attachments. > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
