alanrusnak / dining-philosophers-simulation

Simulation of the Dining Philosophers Problem in Java
0 stars 1 forks source link

dining-philosophers-simulation #2

Closed muzanni closed 5 years ago

muzanni commented 5 years ago

how to running this program ?

alanrusnak commented 5 years ago

Hi, I am on holidays without a laptop, so I can't double check this. Try mvn clean install, then cd into target directory and run the jar with java -jar *jarname*

muzanni commented 5 years ago

okey thank mr. @alanrusnak