svg content not compiling

2002-03-13 Thread Kevin McCarty
I have complied an xml file with an xsl file containing svg content on my windows mechine and it works fine... but when i compile the same files on my linux mechine with the same distribution of fop (0.20.3) it crashes: Exception in thread "main" java.lang.NoClassDefFoundError at

Re: svg content not compiling

2002-03-13 Thread Jochen . Maes
try to set the classes in the lib dir of your webapp in tomcat root dir. because every jarfile that is in the lib dir should be found... i know it's not much but i hope it helps... Jochen Jochen Maes EDP departement Programmeur KBC-Securities Havenlaan 16 1080 Brussel Tel :

Re: svg content not compiling

2002-03-13 Thread Kevin McCarty
i have them there also in the... CATALINA_HOME/lib/ - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 9:17 AM Subject: Re: svg content not compiling try to set the classes in the lib dir of your webapp in tomcat root dir. because

Re: svg content not compiling

2002-03-13 Thread Jochen . Maes
no sorry iu think i didn't explain it right set them here /your webapp/WEB-INF/lib/ dir... that is the root dir for your servlet... try it and reboot the tomcat server it should work then (this is how i do it) Jochen Maes EDP departement Programmeur KBC-Securities Havenlaan 16 1080

Re: svg content not compiling

2002-03-13 Thread Kevin McCarty
: Wednesday, March 13, 2002 9:34 AM Subject: Re: svg content not compiling no sorry iu think i didn't explain it right set them here /your webapp/WEB-INF/lib/ dir... that is the root dir for your servlet... try it and reboot the tomcat server it should work then (this is how i do

Re: svg content not compiling

2002-03-13 Thread David Morris
Not sure if this is related, but do you have any AWT support on your Linux box? On an iSeries or AS/400 system I have to run a version of X-windows and a package that supplies native AWT support. I believe that the PJA package works on Linux systems. You can find out more about PJA at: