I installed nailgun on my OSX and the server is started:
NGServer 1.0.0-SNAPSHOT started on all addresses, port 2113.
When trying to run a simple jar file (expecting some outputs), nothing happens, the command is executed but there is no output on the CLI:
ng /Users/miloscuculovic/PycharmProjects/XMLDiffAnalyzer/XMLDiffTools/jndiff/jndiff-ui.jar
When runing
java -jar /Users/miloscuculovic/PycharmProjects/XMLDiffAnalyzer/XMLDiffTools/jndiff/jndiff-ui.jar
All works as expected.
Any help is welcome.