Link to home
Start Free TrialLog in
Avatar of meow00
meow00

asked on

If I have two jar files ...

Hi experts,

   If I am at linux machine:
[meow@cat abstracttypes]$ ls
abstractBase.jar    AbstractTypesTest.java  xbean.jar
AbstractTypes.java  myfigures.jar
[meow@cat abstracttypes]$ javac -cp xbean.jar,myfigures.jar AbstractTypes.java

 it seems that I can not use "," or ";" to seperato to jars ... what's the correct command for the above purpose ? thanks.
ASKER CERTIFIED SOLUTION
Avatar of hoomanv
hoomanv
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
:) easy