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.

[439 byte] By [sean_williams_gsa] at [2007-11-27 11:26:07]
# 1

http://java.sun.com/j2se/1.3/docs/tooldocs/win32/javac.html

kilyasa at 2007-7-29 16:08:33 > top of Java-index,Java Essentials,Java Programming...