Tuan Quan wrote:
Hi all, I'm using FOP 0.93. Got the above message, when execute the following script. Any help would be very appreciated. I have checked the .jar and they all are there specified in class path. thanks.
On Linux systems, classpath entries should be separated by a colon (:) instead of a semicolon (;)
LOCALCLASSPATH="$LOCALCLASSPATH;$LIBDIR/jimi-1.0.jar" becomes: LOCALCLASSPATH="$LOCALCLASSPATH:$LIBDIR/jimi-1.0.jar" and so on. -- Sergiu Dumitriu http://purl.org/net/sergiu/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
