@fading beacon has a question:
Can someone help me rq like what do I donwload to get somewhere I can code java ping me
1 messages · Page 1 of 1 (latest)
@fading beacon has a question:
Can someone help me rq like what do I donwload to get somewhere I can code java ping me
<@&987246399047479336> please have a look, thanks.
on a pc?
the term ur looking for is called IDE
we are generally recomming IntelliJ as ur java-ide
but there are others too (for example eclipse, netbeans, visual studio code)
for installing java itself, we have a guide u can follow:
Download latest Java from https://adoptium.net/, run the installer.
Open a CMD and type java -version and javac -version, if both show your new Java version, you have successfully installed Java! 🎉
https://i.ibb.co/X8Kms8q/CurMujt.png
In order to prevent issues with old installations you may want to remove them. Type where java and where javac. They should only show the new and no old entries:
https://i.ibb.co/fkKHv0b/x5k1GxG.png
If that is not the case, you may want to clean up. Therefore, type "environment variable" into the Windows search and follow the dialog. You will see two entries for a variable called Path, one for your user and one for the system. This variable tells Windows where to look for commands, like java and javac.
https://i.ibb.co/BwvMpM6/3bN9QE2.png
Edit both. Make sure that they only list the entry to your new Java installation and remove all the old entries you have seen with the where command before:
https://i.ibb.co/9GTnHsm/JAYog1U.png
Confirm and close all dialogs. Restart your CMD window and try where java and where javac again. It should only list the new installation now and nothing else.
Congratulation, your Java is now finally ready, happy coding 🎉
ok
also
is this good
#java #javatutorial #javacourse
Java tutorial for beginners full course 2025
My original Java 12 Hour course ☕ : https://www.youtube.com/watch?v=xk4_1vDrzzo
Full Java playlist 📃: https://www.youtube.com/watch?v=23HFxAPyJ9U&list=PLZPZq0r_RZOOj_NOZYq_R2PECIMglLemc
#1 00:00:00 introduction to java ☕
#2 00:10:58 variables ❎
#3 00:31...
Im watching this to learn java
we generally dont recommend this series or pretty much any yt course
our recommendations are this:
For learning Java, we recommend MOOC.
It is a completely free introductory Java course created by the University of Helsinki, it is a great way to learn Java from the ground up.
Visit MOOC here:
https://java-programming.mooc.fi
(the course is available in both English and Finnish)
The course instructions will suggest to use TMCBeans/NetBeans or VS Code for the course, but you can also use IntelliJ, which we generally recommend.
2023.1 - because the IntelliJ TMC Plugin doesn't work with newer installs.To use IntelliJ with the MOOC, simply install the TMC plugin by opening IntelliJ -> File -> Settings -> Plugins and searching for TMC. You will then be able to use IntelliJ to complete MOOC.
About the course - Java Programming
or this:
Prelude - Modern Java
they both cover roughly the first year of content to learn
with exercises and everything
oh bet
Thanks
so I do all of this ?
Helsingin yliopiston kaikille avoin ja ilmainen ohjelmoinnin perusteet opettava verkkokurssi. Kurssilla perehdytään nykyaikaisen ohjelmoinnin perusideoihin sekä ohjelmoinnissa käytettävien työvälineiden lisäksi algoritmien laatimiseen. Kurssille osallistuminen ei vaadi ennakkotietoja ohjelmoinnista.
Then I will know everything of java
@fallen meadow