>>>>> "R" == Riyaz <[EMAIL PROTECTED]> writes:
R> SaveAsJPEG.java is sample code from Batik website. Here's the lik R> to it: R> http://xml.apache.org/batik/rasterizerTutorial.html#createImage R> It takes an svg image and converts it to jpeg format. I have saved R> the file in the Batik directory for testing purposes. What are the R> environment variables I need to set in linux in order for Batik to R> run?? You need to put the Batik Jar files on the class path for Java. This can be any of a number of ways, setting the CLASSPATH env var, or I normally set the -classpath cmd line option: java -classpath foo.jar;bar.jar;.. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]