Re: two jars in java

2002-10-09 Thread Darryl L. Pierce
On 2002.10.08 22:42 u2q2w wrote: Hello, 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? Use the standard path separator character: /:/ javac -classpath a1.jar:a2.ja

Re: two jars in java

2002-10-09 Thread Darryl L. Pierce
On 2002.10.08 22:42 u2q2w wrote: > Hello, > 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? Use the standard path separator character: /:/ javac -classpa

Re: two jars in java

2002-10-08 Thread Ben Burton
> 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 [EM

two jars in java

2002-10-08 Thread u2q2w
Hello, 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? Thank you so much. Best regards, shengli

Re: two jars in java

2002-10-08 Thread Ben Burton
> 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 [E

two jars in java

2002-10-08 Thread u2q2w
Hello, 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? Thank you so much. Best regards, shengli -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject o