I was trying to use the test data that is provided by CIRI-full for running the program I did well in every step but when is the time to use CIRI-vis.jar, in linux and OS found the same error:
cBook-Air-de-Cristian-9:CIRI-full_v2.0 CristianPadron$ java -jar CIRI-vis.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/batik/svggen/SVGGraphics2D
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
Caused by: java.lang.ClassNotFoundException: org.apache.batik.svggen.SVGGraphics2D
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 3 more
What can I do overcome this error?
Last edit: CRISTIAN PADRON 2019-02-27
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was trying to use the test data that is provided by CIRI-full for running the program I did well in every step but when is the time to use CIRI-vis.jar, in linux and OS found the same error:
cBook-Air-de-Cristian-9:CIRI-full_v2.0 CristianPadron$ java -jar CIRI-vis.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/batik/svggen/SVGGraphics2D
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
Caused by: java.lang.ClassNotFoundException: org.apache.batik.svggen.SVGGraphics2D
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 3 more
What can I do overcome this error?
Last edit: CRISTIAN PADRON 2019-02-27