tassoneroberto / critical-path-method

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Java 100.0%