This is on Solaris
________________________________ From: Sergiu Dumitriu <[email protected]> To: [email protected] Sent: Tuesday, August 4, 2009 4:39:44 PM Subject: Re: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/fop/cli/Main 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]
