Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding additional classes to Netbeans 5.0

Status
Not open for further replies.

JPaterson

IS-IT--Management
May 31, 2005
9
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top