You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Andy Bosch <An...@csi.com> on 2000/05/04 18:15:09 UTC

Classpath in Tomcat

Hi folks,

I am using Tomcat 3.1 . Because I need the package
com.sun.image.codec.jpeg.* I have to use the rt.jar
from the jdk1.2.2 in my classpath. But when I do this,
Tomcat gets an segmentation error on startup. Without setting
the classpath to rt.jar tomcat starts, but I cannot use classes
out of this package (of course !!!).
How can I fix this?
Where are  the jdk-classes located used by Tomcat?

Thanks,
Andy