dunno how to use those .jar files..

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Henry

dunno how to use those .jar files..

Post by Henry » Sat Feb 15, 2003 1:14 pm

Dear All,

I have read the free documentation and the paid one . But I still don't know how to compile a java file successfully. Can anyone explain to me step by step? Thank you very much.

Regards,
Henry

Cheewah

Re: dunno how to use those .jar files..

Post by Cheewah » Sat Feb 15, 2003 7:23 pm

javac -classpath "c:\folder\jar1.jar;c:\folder\jar2.jar" file.java

Locked