Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITSchool

This document will help you set up the environment for the Java course.

1. Install Java 17 on your machine

2. Install IntelliJ

3. Install GIT

4. Clone the Course Repository

  • Open a terminal or command prompt
  • Navigate to the directory where you want to clone the repository
  • Run the following command: git clone git@github.com:urica/itschool.git

5. Open the Project in IntelliJ

  • Launch IntelliJ
  • Click on "Open" and navigate to the directory where you cloned the repository
  • Select the project folder and click "Open"

6. Set up the Project SDK

  • In IntelliJ, go to "File" > "Project Structure" > "Project"
  • Under "Project SDK," select the Java 17 installation you downloaded earlier
  • Click "OK" to apply the changes

7. Run the Sample Application

  • In the project explorer, locate the Main.java file in the src directory
  • Right-click on the Main.java file and select "Run 'Main.main()'"
  • The sample application should now be running, and you should see the output in the console

If you encounter any issues or have additional questions, please don't hesitate to ask your instructor or refer to the course materials.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages