[MOBY-dev] Help with the featureClient

Guilhem Sempere guilhem.sempere at cirad.fr
Mon Oct 25 07:31:06 UTC 2010


Maybe I can give you this little tip : http://www.findjar.com is useful 
when you know which class is missing but don't know which jar it can be 
found in (it happens a lot).



Le 24/10/2010 02:40, Martin Senger a écrit :
> Hi,
>
> example they have, but when I try to run it like this:  java -jar
> FeatureClient.jar SimpleSingleCall, i get a lot of java related errors
>> I can't understand (C++ programmer)
>
> Being a C++ programmer you definitely understand how important is to have
> all header files when compiling a source. In Java, it is similar: you need
> to have not one but usually many jar files - and all of them must be defined
> by an environment variable CLASSPATH (or directly on the java command-line).
> In your case:
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/axis/AxisFault
> ...tha AxisFault class is missing. But I assume that perhaps more classes
> may be missing.
>
> Sorry for only a vague answer; I guess somebody will give you more details.
> Martin
>



More information about the MOBY-dev mailing list