I'm trying to add Batik to a java project, I've downloaded 'batik-bin-1.8.zip' and added this to my project.
In my project tree I see:
Referenced Libraries
batik-bin-1.8.zip
I can expand the contents of the zip to see the files, but this doesn't appear to expose the classes to the project.
I'm trying to get started using:
https://xmlgraphics.apache.org/batik/using/scripting/java.html
as a reference, however just declaring an instance of JSVGCanvas and then clicking on the icon to the left does not expose any packages to include.
What do I need to do?