Robert Redford

Greenhorn
+ Follow
since Jul 23, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Robert Redford

This hasn't been the first time my name remembered someone on the popular film star, having the same name.
17 years ago
Hi, I'm using Eclipse 3.2 (with WTP 1.5) to create a "Bottom up Java bean Web Service". On creation, I'm getting this error:

IWAB0398E Error in generating WSDL from Java: java.lang.NoClassDefFoundError
java.lang.NoClassDefFoundError
at org.apache.axis.tools.ant.wsdl.Java2WsdlAntTask.execute(Java2WsdlAntTask.java:172)


Java2WsdlAntTask's line 172 is:

That's strange - as Emitter and Java2WsdlAntTask are both in the same JAR, namely axis.jar.
Besides, axis.jar (of version 1.4) does exist in $JDK_HOME/lib, $JRE_HOME/lib/ext and $ECLIPSE_AXIS_PLUGIN/lib. The $CLASSPATH is:

.:/usr/lib/j2sdk1.5-sun/lib:/usr/lib/j2sdk1.5-sun/jre/lib/ext



As I've already spent several hours on this and have no further ideas, your input is greatly appreceated!
Thanks
17 years ago