Code Monkey home page Code Monkey logo

intro-to-java-course's Introduction

Introduction to Java

Java Language MIT License

This project will house exercises for the Introduction to Java course.

We'll be using edition 21 of Java - Java 21 LTS.

This short guide describes:

☕ Install OpenJDK

The Java Development Kit is platform specific. Follow the instructions described in each resource for your platform.

Windows

Ubuntu Linux

macOS

✅ Verify your installation

To verify that OpenJDK 21 has been successfully installed on your machine, open a terminal and run the following commands:

Java Runtime Environment

java -version

You should get an ouput similar to this one:

openjdk version "21.0.3" 2024-04-16
OpenJDK Runtime Environment Homebrew (build 21.0.3)
OpenJDK 64-Bit Server VM Homebrew (build 21.0.3, mixed mode, sharing)

Java Compiler

javac -version

You should get an ouput similar to this one:

javac 21.0.3

🔧 Visual Studio Code Configuration

In this course, we are going to use Visual Studio Code as our code editor. However, if you are familiar with IntelliJ IDEA, feel free to use it throughout this course.

Editor Configuration

Download and install Visual Studio Code on your machine, then install the Extension Pack for Java.

Follow this Java starting guide to:

  • create a simple Java project
  • create and edit a simple source code file inside the project
  • run the program using the editor "Run|Debug" button (as can be seen on the video)

🎉 When the program runs and prints a Hello World, your local environment is correctly set up for the course.

🚀 Get Started

Now that your development environment is setup correctly, fork this repository, then clone your fork locally.

In the coming weeks, you will be actively writing Java code, and pushing your code to your fork.

Happy learning! 😄

intro-to-java-course's People

Contributors

genyus avatar solangeug avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

intro-to-java-course's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.