Re: How to Correctly set the class path in a eclipses project ?
Posted By:
Amey_P
Posted On:
Monday, May 28, 2007 05:23 AM
Goto Project Properties ---> Java Build path Or,
Right click the JAR file and click Build Path ---> Add to build path.
It's a general practice to keep all the jars in WEB-INF/lib or Output/lib directory, and not under source.
Re: How to Correctly set the class path in a eclipses project ?
Posted By:
Robert_Lybarger
Posted On:
Tuesday, May 22, 2007 08:58 AM
Eclipse constructs its own "CLASSPATH" for compile/run operations based on the settings at this location: "Project - Properties - Java Build Path - Libraries". If you meant you were setting your own CLASSPATH variable on the system and then running eclipse, then that doesn't work that way for Eclipse.