/learning-java

A follow along to the course here: https://www.udemy.com/course/java-tutorial ☕

Primary LanguageJavaMIT LicenseMIT

Contributors Forks Stargazers Issues MIT License


Logo

Learning Java

A repo of my progress in learning Java
View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgements

About The Project

This is my eclipse workspace from my time learning Java and OOP

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Java Instalation

  • Windows
    choco install adoptopenjdk15
  • Mac
    brew install oracle-jdk
  • Linux (Debian Based)
    sudo apt install open-jdk
  • Linux (Arch Based)
    sudo pacman -S jdk-openjdk

Eclipse Install

  • Windows
    choco install eclipse-java-oxygen
  • Mac
    brew install --cask eclipse-java
  • Linux (Ubuntu Based)
    sudo snap install eclipse :(
  • Linux (Arch Based)
    sudo pacman -S eclipse-java

Installation

  1. Clone the repo
    git clone https://github.com/71xn/learning-java.git
  2. Open in Eclipse (Set the cloned repo as the project workspace)

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Finn Lestrange - @71xxn - f1nnl3strange@protonmail.ch

Learning Java: https://github.com/71xn/learning-java

Acknowledgements