Skip to content

mbachmann/trinat-vs2-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trinat-vs2-2020

Vorlage für Abgabe der Aufgaben verteilte Systeme 2 (HS2020)


Non-modular - Maven

trinat-vs2-2020 sample non-modular project to run with Maven

Linux / Mac

If you run on Linux or Mac, follow these steps:

cd to the folder trinat-vs2-2020

To run the project:

./mvnw clean javafx:run

To create a fat jar:

./mvnw clean compile package
java -jar shade/trinat-vs2-2020.jar

Windows

If you run on Windows, follow these steps:

cd to the folder trinat-vs2-2020

To run the project:

mvnw compile javafx:run

To create a fat jar:

mvnw clean compile package
java -jar shade\trinat-vs2-2020.jar

Import Maven Project in Eclipse

Navigate to Import->Maven->Check out Maven project from scm

If there is no git connector available... please install it

Trinat Projects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published