Skip to content

AleksandarHaralanov/softuni-java

Repository files navigation

SoftUni Java

This repository contains projects I have exercised upon during my Java education at SoftUni.

Projects

The courses are structured to progressively increase in difficulty, providing a logical learning path from foundational to advanced topics.

JDK 21 has been used for these exercises.

Basics
Fundamentals
  • None at the moment.

How to Use

Option 1: Clone via Git

  1. Open your terminal and run the following command:
    git clone https://github.com/AleksandarHaralanov/SoftUni.git

Option 2: Clone via VCS

For IntelliJ IDEA
  1. Open IntelliJ IDEA.
  2. Go to File > New > Project from Version Control.
    1. If you're on the dashboard home screen of the IDE, click CLONE FROM VCS on the top-right button.
  3. In the URL field, paste the repository link:
    https://github.com/AleksandarHaralanov/SoftUni
    
  4. Click Clone to download the project.
For Eclipse
  1. Open Eclipse.
  2. Go to File > Import.
  3. Select Git > Projects from Git, then click Next.
  4. Choose Clone URI, and click Next.
  5. In the URI field, paste the repository link:
    https://github.com/AleksandarHaralanov/SoftUni
    
  6. Click Next, configure your branches, then proceed with the cloning process.

Disclaimer

The PDFs included in this repository are copyrighted materials from SoftUni and are provided solely for educational reference.

These documents are not covered by the MIT license and may not be redistributed or used outside this context. Please refer to SoftUni’s Terms of Service for more information.