Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.58 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.58 KB

Java Mentoring Program September 2014 - February 2015

Repository contains implementations for various tasks that were assigned during Java mentoring program in Minsk. Task are related to various aspects of JVM, Java SE and Java EE.

Themes

How to Build Projects

There are only two required steps to build JMP project:

  • Install latest Java 8 release and define JAVA_HOME environment variable to installation folder
  • Run gradlew.bat build (Windows) or gradlew build (*nix) depending on OS