I had the same problem and i fix it.
In eclipse you have to make folder lib in WEB-INF and out there your library
jar file. After that right click on your project properties -> java build
path -> libraries -> button "Add JARs" and select above directory.
Now it should work! Sory for language mistakes 



casaout wrote:
> 
> hi at all
> 
> I want to XML-Serialize my objects and evaluated the use of XStream. In a
> test-project it worked fine, but as soon as I want to use it in my plugin,
> I get ClassNotFoundExceptions when I run "XStream xstream = new
> XStream();".
> 
> I added the "xstream-1.4.3.jar" to the build path (referenced library).
> That way it worked in the test-project (not in the plugin-project).
> 
> What am I doing wrong?
> 
> Thanks for your help!
> 

-- 
View this message in context: 
http://old.nabble.com/java.lang.ClassNotFoundException%3A-com.thoughtworks.xstream.XStream-tp34413200p34628855.html
Sent from the xstream - user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to