Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 808 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 808 Bytes

Critical Path Method (CPM)

Introduction

Java application designed to solve the Critical Path Method (CPM) problem.

https://en.wikipedia.org/wiki/Critical_path_method

Screens

Installation

Clone and change directory:

git clone https://github.com/tassoneroberto/critical-path-method.git
cd critical-path-method/critical-path-method

(OPTION 1) Compile and run:

javac -cp . view/CriticalPathGUI.java
java view/CriticalPathGUI

(OPTION 2) Make JAR file and run:

jar cfe CriticalPathMethod.jar view/CriticalPathGUI .
java -jar .\CriticalPathMethod.jar