#Help with Java coding download

1 messages · Page 1 of 1 (latest)

lament sleetBOT
#

@fading beacon has a question:

hackerghost_.

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.

fallen meadow
#

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:

fading beacon
#

yea

#

pc

lament sleetBOT
#

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 🎉

Eclipse Adoptium provides prebuilt OpenJDK binaries from a fully open source set of build scripts and infrastructure.

fading beacon
#

ty

#

ig

fallen meadow
#

ur welcome 🙂

#

if u got stuck or sth, just call back

fading beacon
#

ok

#

also

#

is this good

#

Im watching this to learn java

fallen meadow
#

we generally dont recommend this series or pretty much any yt course

#

our recommendations are this:

lament sleetBOT
#

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 MOOC teaches a broad introduction to programming in Java in two parts - one at beginner, and another at intermediate level.
    The end of the course is marked by creating your own Asteroids game clone!
  • The MOOC allows using features up to Java 11 - you can install Temurin OpenJDK 11 from the Adoptium project.
  • To submit exercises for evaluation, you need to configure an Editor/IDE (Integrated Development Environment) with the TMC Plugin.

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.

  • TMCBeans/NetBeans is the easiest to configure - but has the most dated user experience
  • VS Code is very popular as an editor, but it is quite new for Java Development. Some extra configuration is needed.
  • IntelliJ arguably has the best user experience and is most widely used Java IDE by professionals.
    IntelliJ requires installing a version no newer than 2023.1 - because the IntelliJ TMC Plugin doesn't work with newer installs.
    The IntelliJ Community version is completely free and all you need to install the TMC plugin.

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

fallen meadow
#

or this:

lament sleetBOT
fallen meadow
#

they both cover roughly the first year of content to learn

#

with exercises and everything

fading beacon
#

Thanks

#

so I do all of this ?

#
#

Then I will know everything of java

#

@fallen meadow

fallen meadow
#

part 1 covers the first 6 months

#

part 2 the second

#

from zero to junior-job its roughly 2-3 years of learning

#

but after about a year ur at a point where its easy to find ur own way

#

without a resource to follow