User Tools

Site Tools


tutorial:setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:setup [2019/05/23 12:54] – [Steps] falseresynctutorial:setup [2019/06/08 13:45] – [Prerequisites] Expand JDK jamieswhiteshirt
Line 3: Line 3:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-   * JDK 8+ +   A Java Development Kit (JDK) for Java or newer [[https://adoptopenjdk.net/]] 
-   * Any IDE, for example IntelliJ IDEA+   * Any IDE, for example [[https://www.jetbrains.com/idea/download/#section=windows|Intellij IDEA]]
  
 ===== Steps ===== ===== Steps =====
Line 15: Line 15:
    - Import the project to your IDE. Follow [[tutorial:vscode_setup|these instructions]] to import the project to Visual Studio Code.    - Import the project to your IDE. Follow [[tutorial:vscode_setup|these instructions]] to import the project to Visual Studio Code.
    - Run the ''genSources'' Gradle task. If your IDE doesn't have Gradle integration, then run the following command in the terminal: ''./gradlew genSources''.    - Run the ''genSources'' Gradle task. If your IDE doesn't have Gradle integration, then run the following command in the terminal: ''./gradlew genSources''.
-   - If you would like to have an IDE run configs you can run following commands:+   - If you would like to have the IDE run configs you can run following commands:
        * For IntelliJ IDEA: ''./gradlew idea''        * For IntelliJ IDEA: ''./gradlew idea''
        * For Eclipse: ''./gradlew eclipse''        * For Eclipse: ''./gradlew eclipse''
tutorial/setup.txt · Last modified: 2024/04/15 00:35 by solidblock