_YES: Yaorma Eclipse Setup - Install a Fully Automated, Fully Featured Eclipse Environment

The fully featured Eclipse environment can be installed by downloading and running the YesEclipseEnvironmentInstaller.exec.

A fully automated installer of an integrated Eclipse environment is provided here. This installer was created using NSISBI (Nullsoft Scriptable Install System BI version). More information on NSIS is available at https://nsis.sourceforge.io/Main_Page. Some individual example scripts are available at https://github.com/NACHC-CAD/nsis-examples. The script used to create the installer is open source and available in git hub at https://github.com/NACHC-CAD/nsis-yes-install. This install is for Windows.
The installer includes all of the following.

Features of the _YES Eclipse Environment

The Installer

The Installer can be downloaded from Google Drive here.


After downloading, run the .exe file as administrator. The default instalation location is C:\_YES. If a different location is selected, a logical link at C:\_YES is created that points to the installed version. For the installation described here, the installation is to D:\_YES and the logical link is created. Note that the .zip file is also available if a manual installation is preferred. As the installer runs, you should see output indicating what files are being installed. When the installation has completed, you should see something like what is shown below.

What's Installed: The _YES directory



The _YES directory contains all of the tools required for complete full stack Java development. This includes the following directories.

Start Developing Using _YES

To get started navigate to the C:\_YES folder and double click on the eclipse.exe shortcut. When Eclipse opens up, you should see two applications loaded into the default environment. You can run the HelloWorld class to make sure everything is working.








You can also deploy the example web application to check to see that the Wildfly web server is running. You can test and debug the example web application by lauching a browser and navigating to http://localhost:8080/web-security-example.








You can then use the clickable links in the console window to navigate to the server side code that is executing, set break points, and debug the server side code.