> Hello, > > It still gives me the same error. > > Here is my autoexec.bat perhaps i made somme error. > > mode con codepage prepare=((850) > C:\WINDOWS\COMMAND\ega4.cpi) > mode con codepage select=850 > keyb fr 850 > mode con codepage prepare=((720) > C:\WINDOWS\COMMAND\ega4.cpi) > mode con codepage select=720 > set DJGPP=C:\DJGPP\DJGPP.ENV > set PATH=C:\DJGPP\BIN;%PATH% > set CLASSPATH=.;c:\xalan-j_2_3_1\xalan.jar; > c:\xalan-j_2_3_1\xml-apis.jar; > c:\xalan-j_2_3_1\xercesImpl.jar
Hi I do have also xalan installed on win98 at home but the jar files are in c:\xalan-j_2_3_1\bin\ I would also put everything on one line as well: set CLASSPATH=.;c:\xalan-j_2_3_1\bin\xalan.jar;c:\xalan-j_2_3_1\bin\xml-apis.jar ;c:\xalan-j_2_3_1\bin\xercesImpl.jar Hope this help Xavier
