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 Brad Messerle <br...@yahoo.com> on 2003/02/22 06:00:18 UTC

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/

Re: Help java.lang.NoClassDefFoundError

Posted by Martin <mg...@hotmail.com>.
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/
>