-
Notifications
You must be signed in to change notification settings - Fork 16
How to import Extasys in your Netbeans project
Nikos Siatras edited this page Mar 9, 2024
·
4 revisions
The following guide explains how you can import Extasys to your Netbeans project.
To download the latest Extasys release please click here.
After you create your project, locate the project inside the "Projects Window", right click on the name and then click "Properties".

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

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

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.
