Hi all
I have a class that imports javax.xml.soap.SOAPConnectionFactory. When
I run my little program inside Eclipse, on Windows, it runs perfectly.
When I move the program to Unix (with all the libraries I used to
compile in Eclipse), he seems to be unable to find the necessary jars.
I created a directory with the class and all the jars, so running java
MyProgram should be enough, right?
zero - 30 Dec 2005 15:07 GMT
"Hieronymus" <rui.pacheco@gmail.com> wrote in news:1135938169.386725.206370
@o13g2000cwo.googlegroups.com:
> Hi all
>
[quoted text clipped - 4 lines]
> I created a directory with the class and all the jars, so running java
> MyProgram should be enough, right?
Did you set the classpath?
java -classpath path/to/jarfile.jar MyProgram

Signature
Beware the False Authority Syndrome