>Odd. Did you try to call the same java command as in the .bat >file directly on the command line?
It's actually too long for the good old DOS command line, but when I added the jar files to my CLASSPATH (before the existing entries) so that I wouldn't have to include their names on the command file and then tried the equivalent from the command line, I got the same result. >Is there some interference from some other Java executable >possible? I tried blowing away my CLASSPATH and still got the same result. Is there any other way to check for this? thanks, Bob -----Original Message----- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Friday, May 10, 2002 5:39 PM To: [EMAIL PROTECTED] Subject: Re: fop-0.20.3 "Don't know what to do with" error DuCharme, Bob (LNG) wrote: > C:\temp>java TestC red green blue > 72 65 64 > 67 72 65 65 6E > 62 6C 75 65 Odd. Did you try to call the same java command as in the .bat file directly on the command line? It could be some issue with the .bat file. Is there some interference from some other Java executable possible? > Why wouldn't I have a problem using Fop-0.18.1-DEV if I'm using the same JVM > and Win98 command processor with that? I'm not sure about 0.18, but 0.17 had a much simpler command line processing, in particular there was no check for unaccounted parameters which haunts us now. J.Pietschmann
