-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Eclipse
Setting up a Maven multiple-project hierarchy is not difficult. All it takes are 6 easy steps:
-
Download and install the Eclipse-IDE (integrated development environment), if you don't have already. You can use the standard edition.
-
Download and unzip the newest spatial.election files.
-
Start Eclipse.
-
Check whether M2E is installed. It's a plugin for eclipse, providing Maven features. Go to Help -> Install New Software. Enter the site "M2E - !http://download.eclipse.org/technology/m2e/releases". Install "Maven Integration for Eclipse" if it is not yet installed. Restart Eclipse if necessary.
-
Import the spatial.election project, by using File -> Import, check "Existing Maven Projects".
-
Enter the path to your unziped spatial.election files. Check all projects and skip through the following Import dialogs.
Congratulation, you've did it! Now you are ready to use the spatial.election software with source code. You can alter the code, as well as build and run the application. If you already have Setup the PostgreSQL server you can go on learning how to use the software.