@past sparrow has a question:
Im looking to get started on some codeing with (i think) java but not really sure where to start. what channel do i need to ask in?
1 messages · Page 1 of 1 (latest)
@past sparrow has a question:
Im looking to get started on some codeing with (i think) java but not really sure where to start. what channel do i need to ask in?
<@&987246399047479336> please have a look, thanks.
Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
You can ask for Java coding assistance in the #java-beginners channel on this server. Feel free to ask questions about getting started with Java, basic syntax, simple projects, and any other beginner-related topics. The community is here to help you learn and improve your Java coding skills. Don't hesitate to ask for clarification or additional resources if needed. Good luck on your coding journey!
We recommend starting with this course @past sparrow
MOOC 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.
It consists of two parts, one at beginner, and another at intermediate level. The end of the course is marked by creating your own Asteroids game clone!
Even though the instructions show how to configure and use NetBeans for the course, you can use IntelliJ. To use IntelliJ, 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.
Visit MOOC here: https://java-programming.mooc.fi/
(the course is available in both English and Finnish)
About the course - Java Programming
Thank you, ill look into that right now.
When downloading OpenJDK11 do i need to worry about the architecture?
or can it be any?
Ideally x64.
It must be your computer arch, usually x64
i was able to download it and i just opened up netbeans and did the initial setup but i think i made a mistake. the exercises that it downloaded are different then the one in the guide.
the guide has Part01_01.AdaLovelace for the first exercise but what i have downloaded is 001.HelloWorld
Looking at the starting programing guide it seems to say to open the "Programming MOOC 2020" course. that is not one of the available courses. There are 2 potions on the list, one for "2013 Object-oriented Programing, part1" and "Java Programing 1". Do i just pick one of these and ignore the rest of the guide and then if i do, which one do i want to take?
i got it figured out.