M
Magnus Warker
Hi,
there is a Tomcat application which uses another library, provided as a
JAR-file.
The code compiles without problems in Eclipse, after I added the needed
JAR-file to the class path.
But the integrated Tomcat (Sysdeo) throws a NoClassDefFoundError and is
missing a class from the external library.
I already defined the classpath. Why is this not propagated to Tomcat? How
is this done the standard way?
Thank you,
Magnus
there is a Tomcat application which uses another library, provided as a
JAR-file.
The code compiles without problems in Eclipse, after I added the needed
JAR-file to the class path.
But the integrated Tomcat (Sysdeo) throws a NoClassDefFoundError and is
missing a class from the external library.
I already defined the classpath. Why is this not propagated to Tomcat? How
is this done the standard way?
Thank you,
Magnus