How to import Extasys in your Netbeans project - nsiatras/extasys GitHub Wiki

The following guide explains how you can import Extasys to your Netbeans project. To download the latest Extasys release please click here.

Step 1

After you create your project, locate the project inside the "Projects Window", right click on the name and then click "Properties".

Step 1

Step 2

On the "Project Properties" window choose "Libraries" and then click the "Add Jar/Folder" button.

Step 2

Step 3

On the "Add JAR/Folder" window locate the Extasys.jar. If you want you can also import the javadoc folder.

Step 3

Finished !

As you can see inside the "Compile" tab there are 2 new objects. The Extasys.jar and the javadoc folder. Extasys has now been imported successfully to your project! Click the OK button and you are ready to go.

Finished!