Hello everyone, I have installed developer's version of batik on my machine. When I try to run build svgbrowser command from xml-batik folder it generates following error message.
Exception in thread "main" java.lang.NoClassDefFoundError: Group\Batik\xml-batik\lib\build\ant_1_4_1/jar;/\lib\build\crimson-ant/jar;/\lib\build\jaxp/jar Also when I try to compile one of my java file it gives me following errors. package org.apache.batik.transcoder does not exist I have installed batik under c:\Apache Group\Batik\xml-batik folder. I have already set ANT_HOME=c:\Apache Group\Batik\xml-batik CLASSPATH=c:\Apache Group\Batik\xml-batik\lib PATH=c:\Apache Group\Batik\xml-batik As per requirements I installed J2SDK version 1.4.0 under c:\java2\sdk1.4 my environment variables for jdk are as follow JAVA_HOME=c:\java2\sdk1.4 CLASSPATH=c:\java2\sdk1.4\lib;c:\java2\sdk1.4\include;. PATH=c:\java2\sdk1.4\bin Can any one tell me what am I missing? Any help or hint is appreciated. Thanks Irfan -- === Another FREE service from Jayde Online <http://www.jayde.com> Private, Web-based email accounts at http://www.jaydemail.com Powered by Outblaze --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
