I am trying to run the tools found in CXF_HOME/bin (specifically wsdl2js)
when I do I get the following error:

Exception in thread "main" java.lang.NoClassDefFoundError: CXF\lib\endorsed
Caused by: java.lang.ClassNotFoundException: CXF\lib\endorsed
        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)

I am on Windows. java -version returns 1.6.0_22
I have set: CXF_HOME="C:\JavaExtras\Apache CXF"

Google has let me down on this one. I didn't really see any installation
notes that needed to be followed so I am pretty sure that I just don't have
something setup that should be.

Thanks,

NickDMax

--
View this message in context: 
http://cxf.547215.n5.nabble.com/class-not-found-CXF-lib-endorse-tp4993076p4993076.html
Sent from the cxf-issues mailing list archive at Nabble.com.

Reply via email to