W
wasabii
Hi all,
I have a class called myclass.class which is calling others classes in
external.jar file.
the external.jar and myClass.class are both in my classpath, however java
is not able to found the jar
1) java myClass ==> failed
2) java -cp external.jar myClass ==> failed
Note that myClass is not in the external.jar.
Accoring my understanding as both are in my classpath that shoud work
(example 1) right ?
Any idea ?
Thanks for you support,
Charlie
I have a class called myclass.class which is calling others classes in
external.jar file.
the external.jar and myClass.class are both in my classpath, however java
is not able to found the jar
1) java myClass ==> failed
2) java -cp external.jar myClass ==> failed
Note that myClass is not in the external.jar.
Accoring my understanding as both are in my classpath that shoud work
(example 1) right ?
Any idea ?
Thanks for you support,
Charlie