Skip to content

Commit b380fd9

Browse files
authored
Merge pull request #5 from Insprill/fix/java-install-url
Add Java install link to Adoptium
2 parents 75b28c0 + 723f573 commit b380fd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter-01/chapter-01.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this book we will learn the principal techniques involved in developing 3D ga
44

55
LWJGL is a low level API that acts like a wrapper around OpenGL. Therefore, if your idea is to start creating 3D games in a short period of time maybe you should consider other alternatives like [jMonkeyEngine](https://jmonkeyengine.org) or [Unity](https::/unity.com). By using this low level API you will have to go through many concepts and write lots of lines of code before you see the results. The benefit of doing it this way is that you will get a much better understanding of 3D graphics and you will always have the control.
66

7-
Regarding Java, you will need at least Java 18, so the first step, in case you do not have that version installed is to to download the Java SDK from [OpenJDK's](https://jdk.java.net/18/. Just choose the installer that suits your Operating System and install it. In any case, this book assumes that you have a moderate understanding of the Java language. If this is not your case, you should first get proper knowledge of the language.
7+
Regarding Java, you will need at least Java 18. So the first step, in case you do not have that version installed, is to download the Java SDK. You can download the OpenJDK binaries [here](https://jdk.java.net/18/), or you can download them from [Adoptium](https://adoptium.net/temurin/archive?version=18), which has an installer on Windows and macOS. When downloading the Adoptium build, make sure to download the "JDK" and not the "JRE." Just choose the installer that suits your Operating System and install it. In any case, this book assumes that you have a moderate understanding of the Java language. If this is not your case, you should first get proper knowledge of the language.
88

99
You may use the Java IDE you want in order to run the samples. You can download IntelliJ IDEA which has good support for Java. IntelliJ provides a free open source version, the Community version, which you can download from here: [https://www.jetbrains.com/idea/download/](https://www.jetbrains.com/idea/download/ "Intellij").
1010

@@ -239,4 +239,4 @@ If you have your environment correctly set up you should be able to execute it a
239239

240240
The source code of this chapter is located [here](https://github.com/lwjglgamedev/lwjglbook/tree/main/chapter-01).
241241

242-
[Next chapter](../chapter-02/chapter-02.md)
242+
[Next chapter](../chapter-02/chapter-02.md)

0 commit comments

Comments
 (0)