Hi everybody!

I hope I'm in the right forum. I've searched, I've read but still I didn't
manage to run the Xalan examples under Windows (use Linux you will say, but
you can't change enterprises policies). I think I set the CLASSPATH
properly:
C:\Programmi\xalan;C:\Programmi\xalan\xalansamples.jar;C:\Programmi\xalan\xalanservlet.jar;C:\Programmi\xalan\xalan.jar;C:\Programmi\xalan\serializer.jar;C:\Programmi\xalan\xml-apis.jar;C:\Programmi\xalan\xercesImpl.jar

If I execute this command
C:\java SimpleTransform

the output is:
------------------------------------------------
exception in thread "main" java.lang.NoClassDefFounderror: SimpleTransform
Caused by: java.lang.ClassNotFoundException: SimpleTransform
...
...
Could not find the main class: SimpleTransform. Program will exit.
-----------------------------------------
I also tried using the -cp option and the complaints are the same.

Unfortunately I'm new in the magic world of Apache and I don't even
understand where the problem is... Do you have any idea about how to solve
this issue? 

Thank you so much
-- 
View this message in context: 
http://www.nabble.com/Installing-Xalan-under-windows-tp26023415p26023415.html
Sent from the Xalan - J - Users mailing list archive at Nabble.com.

Reply via email to