> > The new feature ensures that the FOP jars will be found by the JVM
> > regardless of the current directory. It doesn't (and can't) ensure
> > that fop.bat will be found regardless of the current directory.
> > Either call fop.bat with a proper absolute or relative path, or add
> > the FOP base directory to your PATH. That's how it is supposed to
> > work for ages, since DOS 2.0 to be precise.
> >
> > J.Pietschmann
>
> My bad, I'd added the direct PATH to fop-0.20.4\fop.bat some time ago
> when I was troubleshooting why it wouldn't work work NoClassDefFound:
>
>    http://xml.apache.org/fop/faq.html#NoClassDefFound

I just downloaded 0.20.3rc3a & got this same error.
There are a couple of typos in the new fop.bat file: "/" instead of "\" and
two "\" missing.

< set LIBDIR=%LOCAL_FOP_HOME%lib
< set LOCALCLASSPATH=%LOCAL_FOP_HOME%build/fop.jar
---
> set LIBDIR=%LOCAL_FOP_HOME%\lib
> set LOCALCLASSPATH=%LOCAL_FOP_HOME%\build\fop.jar

Cheers,
Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to