thank you, it compiled!

now I am getting the following though:

java -cp /usr/share/java/commons-httpclient.jar HttpClientTutorial
Exception in thread "main" java.lang.NoClassDefFoundError: HttpClientTutorial

what's missing here?

Michael Koch wrote:
On Sun, May 13, 2007 at 10:08:01PM +0200, Flavio Rump wrote:
I installed libcommons-httpclient-java, but that seems not to be enough.

Anyone knows what's going on?

You need to put it onto the classpath when compiling and running.

jikes-classpath -cp /usr/share/java/commons-httpclient.jar 
HttpClientTutorial.java



Cheers,
Michael


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to