Skip to content

Commit a5dd680

Browse files
committed
* Add video tutorial and dev.java/learn
1 parent c596936 commit a5dd680

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ This project is a call for the **community to collaborate**, to **show that Java
2323
### Tutorial
2424

2525
- [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+
- [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.
2628
- [Getting Started with Java by Devoxx4Kids](https://github.com/devoxx4kids/materials/blob/master/workshops/java/en/chapters/intro.adoc): Installing and Fundamentals.
2729
- [Minecraft Modding by Devoxx4Kids](https://github.com/devoxx4kids/materials/tree/master/workshops/minecraft): How to do Minecraft modding with two different tools:
2830
- 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

Comments
 (0)