On 26.05.2003 09:02:49 Roland Neilands wrote: > > But did this fix the error? > Yes > > >I'm not so sure. Even though there are > > slashes instead of backslashes in the file the whole thing should work > > because the JVM usually doesn't care. > > > > What Windows are you using? And what JDK? > M.E. > JRE 1.4.0
I see. Would you please check something for me? I don't have ME available to test. Would you please remove the two additional backslashes you added in and check if it still works? If I add in the two backslashes I have double "\\" in my classpath. Would you also add the line: ECHO %LOCALCLASSPATH% just before "java". I wonder how the assembled classpath looks like on your machine. Thanks. > > > > On 26.05.2003 02:17:19 Roland Neilands wrote: > > > 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 Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
