Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.
/ java-bsu Public archive

A repository with the Java labs (BSU/FAMCS).

Notifications You must be signed in to change notification settings

eug-vs/java-bsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-BSU

A repository with the JAVA labs (BSU/FAMCS).

Prerequisites

Structure

  • Every lab is located on its own branch.
  • Base branch only includes README.md, Makefile,.gitignore and an initial src/ folder.

Getting started

Cloning project

  1. Clone or download repository: git clone git@github.com:Eug-VS/Java-BSU.git
  2. Checkout desired branch
  • List all branches: git branch -a
  • Checkout: git checkout BRANCHNAME

Running project

IntelliJ IDEA

  1. Open IntelliJ IDEA starting screen and proceed with Import Project, answering yes on every following question.
  2. Go to Run/Edit configurations/Templates/Application
  3. Put Main in the Main class field
  4. Apply changes
  5. Build project (Ctrl+F9)
  6. Run project (Shift+F10)

Shell

To build, pack and run your project from a shell simply run command make.

Keep it mind that it requires make to be installed. More info on make: https://www.gnu.org/software/make/

Releases

No releases published

Packages

No packages published