Hi There,
I have recently downloaded the Batik toolkit from apache which will allow me to draw and manipulate svg graphics in Java. However i have downloaded all the classes and jar files which contain methods which are to be imported. Even though i type in (for example)
import org.apache.batik.swing.svg.GVTTreeBuilderAdapter;
import org.apache.batik.swing.svg.GVTTreeBuilderEvent;
It is highlighted in red and not recognised.
How can i import the jar files which store these classes into netbeans 5.0?
Thanks,
John
I have recently downloaded the Batik toolkit from apache which will allow me to draw and manipulate svg graphics in Java. However i have downloaded all the classes and jar files which contain methods which are to be imported. Even though i type in (for example)
import org.apache.batik.swing.svg.GVTTreeBuilderAdapter;
import org.apache.batik.swing.svg.GVTTreeBuilderEvent;
It is highlighted in red and not recognised.
How can i import the jar files which store these classes into netbeans 5.0?
Thanks,
John