Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.1 KB

File metadata and controls

28 lines (19 loc) · 1.1 KB

+++ date= 2020-04-21 title = "Import a Gradle project with IntelliJ"

[extra] author="Stephan Seitz" +++

  • On Windows, macOS download the latest Java version 15 from Oracle. On Ubuntu Linux, you can install sudo apt install openjdk-14-jdk or sudo apt install openjdk-11-jdk. At least Java 8 is required.

  • You can get IntelliJ from here. There's a free community edition and you can also unlock the Ultimate Edition when applying with your FAU email adress here.

  • Start IntelliJ and select "Open or Import"

Import

Back to exercise 00