To obtain a full integration in Eclipse IDE, you can create a
User Library as a Eclipse component (the informations are stored into the Eclipse 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 Eclipse.
- Run Eclipse and choose the item Preferences from menu Window.
- Navigate the tree to the position Java/Build Path/User Libraries. Press the button New and insert the name of the library, as shown in the following image.
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) or in /usr/local/share/TFORMer/java
(UNIX system).
To add the TFORMer Java library in a Eclipse project, you can follow these steps.
- On the properties of your project, select the item Java Build Path of the configuration tree. In the page Libraries, click on Add Library... and select User Library in the dialog box (Figure 2).
Figure 2
- Select the TFORMer library.
- Now your project is configured to use TFORMer library (Figure 3).
Figure 3