-
Notifications
You must be signed in to change notification settings - Fork 6
Eclipse
David Gerber edited this page Aug 25, 2024
·
2 revisions
- Download Eclipse from https://www.eclipse.org/downloads/
- Install choosing Eclipse IDE for Java Developers with all default settings, unless you know what you're doing
- Run Eclipse and select Checkout projects from Git
- Select GitHub then search for Xeres and select zapek/Xeres
- Select all defaults until you can chose Import as general project. Finish the import
- Select Run Configuration... in the Run menu and chose Gradle Task
- Add bootRun as the Gradle Task, don't forget to set the Working Directory to where the checkout was performed (usually $username\git\Xeres)
- Run the configuration