Re: Compilation Problem. Help!

2003-10-18 Thread Max Cooper
. -Max - Original Message - From: Caroline Jen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 17, 2003 9:39 PM Subject: Compilation Problem. Help! I have all the required jar files in the MyApp/WEB-INF/lib directory. Please help me in identifying the problems

Compilation Problem. Help!

2003-10-17 Thread Caroline Jen
I have all the required jar files in the MyApp/WEB-INF/lib directory. Please help me in identifying the problems with compilation: 1. For example, I have the commons-scaffold.jar in my $TOMCAT_HOME/webapps/MyApp/WEB-INF/lib folder. 2. I have the struts.jar in the j2sdk1.4.1_02/jre/lib/ext

RE: Compilation Problem. Help!

2003-10-17 Thread Carey Nation
I'm not completely sure here, but I think putting stuff in ext just makes them visible to the jre, not javac. Put -cp yourjar.jar on the javac line (or if you're using Ant, add them to the classpath reference), and see if it helps... I have all the required jar files in the MyApp/WEB-INF/lib