Skip to content
/ java-env Public template

Template repository for Java projects using makefile to compile and run with JRE and JDK commands on Linux.

License

Notifications You must be signed in to change notification settings

TotemaM/java-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

Prerequisites

  • GNU Make
  • Java Development Kit (JDK)
  • Java Ruytime Environment (JRE)

Compile and run targets

Command Description
make or make compile Compile the project
make run args Run the project with given args
make test args Run the tests with given args
make clear Delete previous compiled files

About

Template repository for Java projects using makefile to compile and run with JRE and JDK commands on Linux.

Topics

Resources

License

Stars

Watchers

Forks