Re: I get a mysterious NoClassDefFoundError

2002-05-02 Thread Jeff_Mitchell
o.com> cc: Subject: Re: I get a mysterious NoClassDefFoundError

Re: I get a mysterious NoClassDefFoundError

2002-05-02 Thread L'eau
AAhh i see. Thanx. I ignored That batch file, because it had the jimi.jar in it's path, and since that jar didn't come with my download I assumed that batch was for something totally different. Any idea where I can get a copy of the jimi.jar? I'm thinking that if I simply have that, it will solve

Re: I get a mysterious NoClassDefFoundError

2002-05-01 Thread J.Pietschmann
L'eau wrote: -jar fop.jar -xml xmlfoRef.xml -xsl xml2pdf.xsl -pdf output.pdf ^ Using the -jar option forces the classpath defined in the manifest in the jar, which contains relative path entries. I belive the -cp setting is completely irrelevant in this scenario. Replace "-jar fop.jar" by org

Re: I get a mysterious NoClassDefFoundError

2002-05-01 Thread Jeff_Mitchell
Devon- OK, I'm confused too. I don't have a jimi-1.0.jar (or any jimi*.jar, for that matter) I'm attaching the .bat that came with my download (I downloaded last Friday, so I would think they'd be the same, since the download directory we both pulled from shows the package being last uploaded o

Re: I get a mysterious NoClassDefFoundError

2002-05-01 Thread Carlos
There should be two files: fop.sh (for Unix) and fop.bat (for windows) If they are not there, I would download fop again Carlos On 05/01/02 8:40, "L'eau" <[EMAIL PROTECTED]> wrote: > > Hi Jeff, > > Now I'm confused. I downloaded FOP from > http://xml.apache.org/dist/fop/ , just this morning

Re: I get a mysterious NoClassDefFoundError

2002-05-01 Thread L'eau
Hi Jeff, Now I'm confused. I downloaded FOP from http://xml.apache.org/dist/fop/ , just this morning. It didn't include a jimi.jar and it didn't include any .bat files either. I included ever .jar file that was in my lib directory, in the classpath. Is there another place that I can download fr

Re: I get a mysterious NoClassDefFoundError

2002-05-01 Thread Carlos
Look at the fop.sh script and see what is it that you're missing. I normally run fop like this: /usr/local/java/fop/fop.sh -xml why-naginata.xml -xsl xsl/fo/cal.xsl -pdf naginata.pdf Note that you can specify additional classpath on the fop.sh script. See if the fop.sh script works and let us kn

Re: I get a mysterious NoClassDefFoundError

2002-05-01 Thread Jeff_Mitchell
Devon- I think you're missing a jar in there. My call to FOP includes the following -cp parameter: -cp build\fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\avalon-framework-4.0.jar;lib\logkit-1.0.jar;lib\jimi-1.0.jar I didn't see the path to the jimi-1.0,jar in your classpa