All Questions
1 question
1
vote
0
answers
434
views
java.lang.ClassCastException: org.apache.batik.bridge.RhinoInterpreterFactory incompatible with org.apache.batik.script.InterpreterFactory
I have problem when work with Apache Batik
I using this code to Conver SVG to JPG file.
This my code :
public static void converSVGToJPG(String path,String fileName){
try {
...