Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.57 KB

File metadata and controls

56 lines (32 loc) · 1.57 KB

Getting Started

There are a lot of ways to "get set up" to run Java code.

For the first chunk of this book it will only matter that you have the ability to run Java code. The guides below will be aiming to get you to that point.

After the section

Chromebooks / Mobile Phones

One is to get set up "for real." This means Java is fully set up on your system and all the comman

For at least the first chunk of this, you should be able to get away with using the editor on https://run.mccue.dev. That might be the easiest.

I will add tutorials here as they are requested or as I have time, but for the start all that matters is that you have the ability to run and edit the following code.

void main() {
    IO.println("Hello, World");
}

Windows

Download the "JDK MSI" from adoptium.net.

Run the installer, selecting all the default options.

Then you should download

Mac OS

Download the "JDK .pkg" from adoptium.net.

Run the installer, selecting all the default options.

Linux

Linux is a little annoying. If you are using it you are likely used to it by now, but you can use adoptium.net like everyone else, but there is no universal installer there.

You can either download the .tar.gz file that matches your machine, extract it, and add the bin folder to your PATH, or you can try to find an installer for your specific linux distribution.