Assuming you're having trouble finding axis classes ...
Try running with jdk 1.4.0 and using
-Djava.endorsed.dirs=axis/lib
in jdk invocation. You may not want to do this, but
unfortunately axis is trying to be standards compliant and
hence requires use of javax.blat classes, but those s
Title: Classpath problems
Which version of Java are you running? If you are
using Java 2 Standard Edition version 1.4 (J2SE
v1.4), then you might be having a problem with the endorsed standards override
mechanism. If that's the case, then you could try step 3 of the following
modified ver