Run a Java packaged inside a Jar
- From: cnadella@xxxxxxxxx
- Date: 28 Apr 2005 14:29:48 -0700
I am new to Java and I am working on web services directly. I have a
quick question to you gurus. I want to run the command
java org.apache.axis.client.AdminClient
but i get a error saying
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/xml/rpc/ServiceException
and my classpath settings are as below.
CLASSPATH=.;C:\oracle\ora91\jdbc\lib\classes12.jar;C:\oracle\ora91\BIN;C:\TIBCO\TIBRV\LIB\tibrvj.jar;C:\TIBCO\im450\java\fesi.jar;
C:\TIBCO\im450\bin;C:\Software\Mhe\applications\lib\axis.jar
Can some one please tell me what am i doing wrong here?
Thank you,
Srinivasa Nadella.
.
- Follow-Ups:
- Re: Run a Java packaged inside a Jar
- From: Ross Bamford
- Re: Run a Java packaged inside a Jar
- From: enrique
- Re: Run a Java packaged inside a Jar
- Prev by Date: Re: Comparables and Generics
- Next by Date: Re: ExceptionInInitializerError in Castor
- Previous by thread: Re: cannot initialise variable in try block?
- Next by thread: Re: Run a Java packaged inside a Jar
- Index(es):
Relevant Pages
|