News:

We really need your input in this questionnaire

Main Menu

Run jar console on mac

Started by Hanfelt, December 17, 2024, 12:50:39 PM

Previous topic - Next topic

Hanfelt

Does anyone know how you can get the standalone jar package to run under mac? nxmc-5.1.1-standalone.jar

Alex Kirhenshtein

In terminal:

java -XstartOnFirstThread -jar nxmc-5.1.1-standalone.jar
I'm working on proper .app launcher, plan to release in next couple of days.

Hanfelt

Wow thanks it works perfectly.  :)

Hanfelt

Quote from: Alex Kirhenshtein on December 17, 2024, 01:15:08 PMI'm working on proper .app launcher, plan to release in next couple of days.

Sounds great thank you.