Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Web Services and Java not running

0 views
Skip to first unread message

gecko_5689

unread,
Feb 6, 2004, 11:13:54 PM2/6/04
to
Hi,
I have a small test program that sends messages to a web service and is
ment to return a value, the program compiles fine ( the package created from
the wsdl file using axis is compiled ).
But when I run the program I get this error, not to sure whats wrong,


Exception in thread "main" java.lang.NoClassDefFoundError:
javax/xml/rpc/Service

at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)

any help or sugestions would be great

Thanks Todd


Linda van der Pal

unread,
Feb 13, 2004, 10:23:07 AM2/13/04
to
As the error message says, you are missing a certain class. I can't
really make out which class is missing. You are calling some class in
main that it can't find the class file of. It might be that your
classpath isn't correct or that you are missing the class entirely (it
might be in a newer version of the JDK). I can't be sure without more
information.


"gecko_5689" <ne...@todd.dzur.id.au> wrote in message news:<c01om9$d0c$1...@gnamma.connect.com.au>...

hockey_flyer

unread,
Jul 16, 2004, 12:52:38 PM7/16/04
to
Todd, I'm having the same problem right now. Did you ever get a resolution
to this?

Thanks,
Lael

0 new messages