users@jax-rpc.java.net

Re: java.lang.NoClassDefFoundError:com/sun/xml/rpc/spi/toolsCompileTool

From: Bobby Bissett - Javasoft <robert.bissett_at_sun.com>
Date: Tue, 25 Nov 2003 11:44:48 -0500

Venkatasiva KONDAPALLI wrote:
> Hi,
> Iam getting the following error,whe i tried running by Build
> file.
> Error:java.lang.NoClassDefFoundError:com/sun/xml/rpc/spi/toolsCompileTool
> All the Environment variables are set.

Are you sure this error message is correct? According to this error, ant
is looking for a class called "toolsCompileTool", and this string exists
nowhere in jaxrpc (there is a com/sun/xml/rpc/spi/tools/CompileTool
however).

My only guess is that you have a typo somewhere in your file that is
calling a non-existent class called "toolsCompileTool".

Cheers,
Bobby


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net