Martin van den Bemt [[EMAIL PROTECTED]] writes:

> try importing java.util.Vector in your jsp page?

I don't think that is the problem.  I think the
problem is that it doesn't find Vector in any of
the .jar files available.

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.

I have tried setting CLASSPATH to the rt.jar file
before stopping and starting tomcat, but that doesn't
seem to make a difference.

On debian we had to edit the
        /etc/init.d/tomcat
script, because it assumed rt.jar to be in 
        $JAVA_HOME/jre/lib/
while the blackdown.org debian package put it as just
        $JAVA_HOME/lib/rt.jar

I'm wondering what to do right now.  I'd rather avoid
hand editing a script installed from an RPM package.

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]>

Reply via email to