#!/bin/sh # Original from: # http://forum.freehep.org/index.php?t=tree&th=928 ## patch for freehep-graphicsio: # http://bugs.freehep.org/browse/FVG-329 # Important: # http://java.freehep.org/vectorgraphics/FAQ.html#merge-jars java -cp `java-config-2 -d --classpath freehep-graphicsio-emf,freehep-graphicsio-svg` org/freehep/graphicsio/emf/EMF2SVG "$@"