Saturday, March 24, 2012

Adding external libs to an Eclipse Galileo project


In eclipse Galileo :
Open the project's properties
Select Java Build Path
Select Libraries tab
From there you can Add External Jars
http://stackoverflow.com/questions/179024/adding-a-jar-to-an-eclipse-java-library

Also, when importing java source files into the project, the root import folder chosen must match the package structure.

No comments:

Post a Comment