Run a Java packaged inside a Jar



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.

.



Relevant Pages

  • Re: open file with default app
    ... Christian Radermacher wrote: ... > I'm trying to open a file from a java application. ... > The only method I found is Runtime.getRuntime.exec(String command) ... Prev by Date: ...
    (comp.lang.java.programmer)
  • Re: Error executing a .jar file with JDBC SqlServerDriver
    ... You shouldn't include the ".class" part, your command should look like: ... java -cp jarfile1;jarfile1 MyMainClass ... java -cp jarfile1;jarfile1 MyMainClass.class ... Prev by Date: ...
    (comp.lang.java.databases)
  • Re: starting service from java
    ... For example start a ftp ... if you can start it from the command line, ... http://mindprod.com Again taking new Java programming contracts. ... Prev by Date: ...
    (comp.lang.java.programmer)
  • How do i count millisecs with Java Applet Runnable..
    ... Im a new with Java and i dont find a command to count ... Prev by Date: ...
    (comp.lang.java.programmer)
  • Re: A constructive debate: Eclipse or NetBeans?
    ... that Linux and command-line driven languages like OCaml are so much more ... That's because most people never learn to use a command line or a simple ... Trying to run other people's OpenGL-based Java demos from the web I find ... OpenGL). ...
    (comp.lang.java.softwaretools)