Jar Files
Hi, I was running Eclipse, added external Jar files for FTPClient from Apache. Now, I need to run my program on the command line. But when I create a directory with my .java, .class, and .jar files, and try to run "javac <blah>.java", it still can't find the .class file contained within the jar files. I even unpacked the .jar file and just manually put the .class file in the same directory. Can anyone help please? Thank you.

