Re: Using jar file with javamail!
Posted By:
Tim_Rohaly
Posted On:
Tuesday, May 15, 2001 09:58 AM
You application will run fine if both mail.jar and
your application jar file are in your classpath.
You can specify the classpath using the -classpath
flag with the java command.