Skip to content

Commit

Permalink
Added gradle run instructions for eclipse (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyze237 authored Nov 25, 2024
1 parent 3355e2c commit aff26ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added assets/images/dev/eclipse/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions wiki/start/import-and-running.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ If you want to execute your freshly imported project, you have to follow differe
5. Run your application using the run button

### In Eclipse:

1. Double click the `projectname-lwjgl3 -> application -> run` task under `Gradle Tasks`.
![](/assets/images/dev/eclipse/4.png)

If the window is not visible, show it under `Window -> Show View -> Other -> Gradle -> Gradle Tasks`
{: .notice--warning}

<b>Alternatively</b>, you can create a run configuration:
1. Right-click your lwjgl3 project -> Run as -> Run Configurations...
2. On the right side, select Java Application: <br/>
![](/assets/images/dev/eclipse/3.png)
Expand Down

0 comments on commit aff26ca

Please sign in to comment.