Re: How to use libraries?
You need to put the jar file with the class definitions on the classpath for the javac and the java commands. If you are using an IDE you'll need to read its doc to see how to do it.
Add import statements to your source as needed.
Re: How to use libraries?
Quote:
Originally Posted by
Norm
You need to put the jar file with the class definitions on the classpath for the javac and the java commands. If you are using an IDE you'll need to read its doc to see how to do it.
Add import statements to your source as needed.
I downloaded NetBeans and it made it much easier. Now TextPad looks like obsolete for me :P