I\'ve downloaded two jars. I want to import some of their contained classes. How do I do this?
It\'s for my algorithms class. I\'ve tried following the instructions
Launch javac with the -classpath option. Or edit the CLASSPATH environment variable so that it contains the JAR with the classes you wish to use.
-classpath