To obtain a full integration in NetBeans IDE, you can create a
Library as a NetBeans component (the informations are stored into the NetBeans workspace, so this operation is necessary only the first time) and include this library in your projects.
You can follow these simple steps in order to create the TFORMer library in NetBeans.
- Run NetBeans and choose the item Libraries from menu Tools.
- Press the button New Library... and insert the name of the library.
Figure 1
- Select the new library name and add the archive file JTFORMer60.jar: this file is installed in
C:\Program Files\TEC-IT\TFORMer6\Bin
(Windows) oder in /usr/local/share/TFORMer/java
(UNIX system).
Figure 2
To add the TFORMer Java library in a NetBeans project, you can follow these steps.
- On the configuration tree of the your project, select the item Libraries, click the right button of the mouse to show the tooltip menu: then select the item Add Library....
Figure 3
- Select the TFORMer library.
Figure 4
- Now your project is configured to use TFORMer library.
Figure 5