Does anyone know how you can get the standalone jar package to run under mac? nxmc-5.1.1-standalone.jar (https://netxms.com/download/releases/5.1/nxmc-5.1.1-standalone.jar)
			
			
			
				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.
			
			
			
				Wow thanks it works perfectly.  :)
			
			
			
				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.