https://github.com/jonashackt/java1-start
Example project to get you started :)
https://github.com/jonashackt/java1-start
Last synced: 11 months ago
JSON representation
Example project to get you started :)
- Host: GitHub
- URL: https://github.com/jonashackt/java1-start
- Owner: jonashackt
- License: mit
- Created: 2020-11-09T07:22:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T18:36:50.000Z (over 5 years ago)
- Last Synced: 2025-05-29T06:05:24.798Z (about 1 year ago)
- Language: Java
- Size: 448 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java1-start
Example project to get you started :)
Feel free to copy [pom.xml](pom.xml) and the full `src` directory! I hope this will help you to get started much faster than me, when I was a student :)
Import both into your project. It should look like this:

Without doing anything further, you should be able to run the [src/main/java/bitte/nutzt/eure/eigenen/modul/namen/MyFirstStartClass.java](src/main/java/bitte/nutzt/eure/eigenen/modul/namen/MyFirstStartClass.java) inside Intellij with a right click on `Run`:

Now feel free to experiment and create classes, methods, variables... code! Don't forget to change the package name into something useful.