You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Martin <mg...@hotmail.com> on 2002/08/22 04:21:32 UTC

Re: Help java.lang.NoClassDefFoundError

Brad-
Get SOAP.jar from Java Web Services Developer Kit
http://java.sun.com/webservices/downloads/webservicespack.html
-Martin
----- Original Message -----
From: "Brad Messerle" <br...@yahoo.com>
To: <so...@ws.apache.org>
Sent: Saturday, February 22, 2003 1:00 AM
Subject: Help java.lang.NoClassDefFoundError


> I have created a java application soap client.
>
> When I kick off the jar file I get his error.
> Starting App
> Exception in thread "main"
> java.lang.NoClassDefFoundError: org/apache/soap/trans
> port/SOAPTransport
>
> here it he batch file i am running..
>
> set
>
classpath=c:\newtool\activation.jar;c:\newtool\soap.jar;c:\newtool\mail.jar;
c:\newtool\xercesImpl.jar
>
> java -jar client.jar
>
> any suggestions.
>
> this is the java vm inof
> java version "1.4.0_02"
> Java(TM) 2 Runtime Environment, Standard Edition
> (build 1.4.
> Java HotSpot(TM) Client VM (build 1.4.0_02-b02, mixed
> mode)
>
> This works all day long in IBM WebSphere 5.0. I really
> need a runtime jar file.
>
> Thanks
> Brad Messerle
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - forms, calculators, tips, more
> http://taxes.yahoo.com/
>