Not able to get Batik working

Hello guys.

I would like to make a game that uses SVG, but unfortunately I’m unable to get the Batik library working correctly.

I’ve tried both Eclipse and NetBeans - for Eclipse, I’ve created a new project, went to project properties, Java build path, libraries, and added the appropriate zip file. I can’t recall the exact steps for NetBeans though.
Anyway, it does show up as an included library in my project, but I’m unable to import anything from Batik(“import org.apache.batik.svggen.SVGGraphics2D;” from here). Could anyone please help me?

I also tried using SVG Salamander, but I was unable to find a proper test program/tutorial to try so I don’t know if it’s working. I’d greatly appreciate it if anyone could send me a SVG Salamander tutorial.

Thanks in advance!