PDA

View Full Version : [SOLVED] Installing Java Libraries



pi3.1415926535...
August 17th, 2011, 07:10 AM
How can one add libraries so that they can be used through something such as "import acm.program.*"?

Thank you

androssofer
August 17th, 2011, 09:28 AM
How can one add libraries so that they can be used through something such as "import acm.program.*"?

Thank you

are you using netbeans or eclipse?

if so this should help:

http://javahowto.blogspot.com/2006/06/set-classpath-in-eclipse-and-netbeans.html

pi3.1415926535...
August 17th, 2011, 06:19 PM
Thank you, that seems as if it will solve the problem.