> Could you please tell me how to compile my.java with two jars? What is the > command line? Say, "javac -classpath a1.jar;a2.jar my.java", is it correct > in windows? What is it in linux?
Just replace your semicolon with a colon: javac -classpath a1.jar:a2.jar my.java Ben. -- Ben Burton [EMAIL PROTECTED] | [EMAIL PROTECTED] Public Key: finger [EMAIL PROTECTED] Python is executable pseudocode, Perl is executable line-noise. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]