Skip to content

belovezhalin/java-programming-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Programming Course

This repository contains solutions and projects developed as part of the Java Programming Course. Each project focuses on different aspects of Java programming, ranging from basic syntax to advanced topics.

Getting Started

To explore any of the projects, follow these steps:

1. Clone the repository

git clone https://github.com/belovezhalin/java-programming-course.git

2. Navigate to the desired project directory

cd java-programming-course/PROJECT_NAME

3. Open the project in an IDE

  • You can use an IDE such as IntelliJ IDEA, Eclipse, or VS Code.
  • Ensure you have Java Development Kit (JDK 17+) installed.
  • If the project requires it, set up a Gradle/Maven build system.

4. Compile and run the project

Using terminal:

javac Main.java
java Main

Using an IDE:

  • Open the project.
  • Configure the run configuration if needed.
  • Press "Run" or "Debug" to execute the application.

5. Running Tests

Using JUnit with Maven:

mvn test

Using Gradle:

gradle test

About

Repository contains solutions and projects developed as part of the Java Programming Course. Each project focuses on different aspects of Java programming, ranging from basic syntax to advanced topics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors