Skip to content

tassoneroberto/critical-path-method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages