You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,9 @@ This project is a call for the **community to collaborate**, to **show that Java
23
23
### Tutorial
24
24
25
25
-[Java Quick Start](https://foojay.io/java-quick-start/) - On Foojay.io: Step-by-step instructions to install Java on Windows, Linux, and macOS. And 10 short lessons to learn the very basics of the Java programming language.
26
+
-[Creating your first Java application with IntelliJ IDEA](https://www.youtube.com/watch?v=V_vXRRydnYI): A video tutorial on how to create and run a simple Java application that prints Hello, World! to the system output.
27
+
-[Create your first Java application](https://www.jetbrains.com/help/idea/creating-and-running-your-first-java-application.html): A written tutorial on how to create, build, run and package a simple Java application.
28
+
-[Dev.java/learn](https://dev.java/learn/): A collection of tutorials on how to get started with Java, getting to know the Java language, and more.
26
29
-[Getting Started with Java by Devoxx4Kids](https://github.com/devoxx4kids/materials/blob/master/workshops/java/en/chapters/intro.adoc): Installing and Fundamentals.
27
30
-[Minecraft Modding by Devoxx4Kids](https://github.com/devoxx4kids/materials/tree/master/workshops/minecraft): How to do Minecraft modding with two different tools:
28
31
- Forge: client-side modding, which only works if you have the mod installed. With Forge, you can do lots of cool things like making new blocks, items, mobs, and even biomes and dimensions.
0 commit comments