-
Notifications
You must be signed in to change notification settings - Fork 0
Netbeans setup
Diogo Guedes edited this page Mar 27, 2019
·
3 revisions
In Ubuntu 16.04:
- Install JDK 8:
sudo apt-get install openjdk-8-jdk
- Download Netbeans 8.2 Java EE on the official site and execute the file:
chmod +x netbeans-8.2-javaee-linux.sh
./netbeans-8.2-javaee-linux.sh
- The project was created using Maven for easy handling of dependencies. The project settings selected are the following:

Wiki
Project configuration