Nailgun: how to run jar files?

253 Views Asked by At

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.

0

There are 0 best solutions below