> Basically you're missing xpp3_min now. However, for *writing* XML only, you
> don't even need that (no XML parser involved), so your example should work
> (and it works for me):
well, this is awkward...
"java -h" says -classpath should be a list separated by ;
run as
java -cp .;xstream-1.4.1.jar;xmlpull-1.1.3.1.jar Xtest
gives me the mentioned exception, but run as
java -cp .:xstream-1.4.1.jar:xmlpull-1.1.3.1.jar Xtest
gives me something else:
Error: Could not find or load main class Xtest
Besides adding jars to the classpath is there any other method for specifying
dependencies?
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email