![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
the jar files wasn't properly included in classpath. u could either include the jar files in your global classpath variable (forgot which one is this, should be %CLASSPATH%, could set this by type c:\set CLASSPATH=%CLASSPATH%;C:\mail.jar;C:\activation.jar) or search for this line [set CLASSPATH=%CP%] in your tomcat.bat file in [tomcat_home\bin] directory, and append the two jar files at the end of the command, preceded with the semicolon for each file, of course.
Replies: |
Sponsored Links
|