Skip to content

Eclipse

David Gerber edited this page Aug 6, 2023 · 2 revisions
  1. Download Eclipse from https://www.eclipse.org/downloads/
  2. Install choosing Eclipse IDE for Java Developers with all default settings, unless you know what you're doing
  3. Run Eclipse and select Checkout projects from Git
  4. Select GitHub then search for Xeres and select zapek/Xeres
  5. Select all defaults until you can chose Import as general project. Finish the import
  6. Select Run Configuration and chose Gradle Task
  7. Add bootRun as the Gradle Task, don't forget to set the Working Directory to where the checkout was performed (usually $username\git\Xeres)
  8. Run the configuration
Clone this wiki locally