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.
-----------------------------------------
Unfortunately I'm new in the magic world of Apache and I don't even
understand where the problem lies... Do you have any idea about how to solve
this issue?

Thank you so much!
-- 
View this message in context: 
http://www.nabble.com/-newbie--Installing-Xalan-under-Windows-tp26012670p26012670.html
Sent from the Xalan - C - Users mailing list archive at Nabble.com.

Reply via email to