Skip to content

Commit aff26ca

Browse files
authored
Added gradle run instructions for eclipse (#234)
1 parent 3355e2c commit aff26ca

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

assets/images/dev/eclipse/4.png

18.3 KB
Loading

wiki/start/import-and-running.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ If you want to execute your freshly imported project, you have to follow differe
5454
5. Run your application using the run button
5555

5656
### In Eclipse:
57+
58+
1. Double click the `projectname-lwjgl3 -> application -> run` task under `Gradle Tasks`.
59+
![](/assets/images/dev/eclipse/4.png)
60+
61+
If the window is not visible, show it under `Window -> Show View -> Other -> Gradle -> Gradle Tasks`
62+
{: .notice--warning}
63+
64+
<b>Alternatively</b>, you can create a run configuration:
5765
1. Right-click your lwjgl3 project -> Run as -> Run Configurations...
5866
2. On the right side, select Java Application: <br/>
5967
![](/assets/images/dev/eclipse/3.png)

0 commit comments

Comments
 (0)