I am completely new

Hey guys, I need some help by learning general Java, I am completely new I don’t have any experience I even don’t know how to install it or something. In the best situation someone of you is German to explain me how to start, I am 14 years old and want to start earlier than other Guys. I will be proud if somebody can teach me how to start in a Discord Talk/Channel. I want to use Java cause in my future I want to help Minecraft servers and get paid for my work. Feel free to answer this Post even if you’re not from Germany
10 Replies
JavaBot
JavaBot4w ago
This post has been reserved for your question.
Hey @🌊 .·:¨ᗪ𝖆ᵧ𝑚ⲁก¨:·. 🌊! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
sooluckyseven
sooluckyseven4w ago
Hi, sadly I am canadian But here are 2 great tool to start with https://docs.gradle.org/current/userguide/part1_gradle_init.html#part1_begin gradle one of the program that make it possible to use java libraries with your code
sooluckyseven
sooluckyseven4w ago
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
sooluckyseven
sooluckyseven4w ago
A website that you should read at least 1 time before starting, just go from top to bottom, and red it all, later, even if you do not remember it clearly, you will remember that it exist. https://mvnrepository.com/ the actual index of java librairies
sooluckyseven
sooluckyseven4w ago
A free IDE to code in java IntelliJ IDEA Community Edition
sooluckyseven
sooluckyseven4w ago
https://adoptium.net/ website that make free java openjdk
Home | Adoptium
Eclipse Adoptium provides prebuilt OpenJDK binaries ...
sooluckyseven
sooluckyseven4w ago
So to start with Java, Step 1: Install a openjdk of your choice This openjdk is the java open development kit it is a set of tool to develop and execute java application Step 2: Install gradle to manage your projects gradle take librarie that you wrote or online libraries and package it in your application or library it also initialise project for you to start faster Step 3: Write a hello world program, you need to write a Main class with a Main static function in your java code. Step 4: build it with Gradle
gradlew build
gradlew build
then you should have a build directory with built build/libs/xxx.jar this jar contains all your code to be executed by java To execute this jar, you can do
java -jar xxx.jar
java -jar xxx.jar
Do not forget to set the java Mainclass to your main class. This setting is in gradle.
🌊 .·:*¨ᗪ𝖆ᵧ𝑚ⲁก¨*:·. 🌊
I’m sorry but what is gradle… You need to know I never does something with Java or other programming platforms And what is Java library and what do you mean with an code
JavaBot
JavaBot4w ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.
Want results from more Discord servers?
Add your server