ste7en / ing-sw-2019-chiappalupi-formicola-iannucci

🕹 Software Engineering 1 Project - BSc Thesis
2 stars 1 forks source link

JAr crashes #5

Closed ingconti closed 5 years ago

ingconti commented 5 years ago

1) you have and absolute path. on my computer is different, 2) I changed path to correct JAVAFX lib BUT I get errors

(think about You are delivering a product to a NON - expert customer... is this acceptable?)

java -jar --module-path ./javafx/lib/ --add-modules=javafx.controls,javafx.base,javafx.graphics Adrenaline-GUI-AM19.jar

my layout:

or I am missing something other?

Screenshot 2019-07-06 at 08 07 45
ingconti commented 5 years ago

the same with less modules and you wrote

java --module-path ./javafx/lib/ --add-modules javafx.controls -jar Adrenaline-GUI-AM19.jar

ste7en commented 5 years ago

@ingconti I apologise for this error.. .. there was an error with the jar handling external dependencies. Sorry for the late reply, we weren't free today. Anyway I updated a new fixed version of the jars, now also lighter (Server is just 2MB!) that will work on your machine. As you can also read from the README.md, the command is java --module-path ./lib --add-modules javafx.controls -jar Adrenaline-GUI-AM19.jar with your lib directory in the same directory of the jar.

Thanks

ingconti commented 5 years ago

nice we help you to ship a better product. See you at the exams. (we will start from cmd line .. :). )