Run Experiment from Commandline Author: ghanold I have built and experiment in Netbeans, Compiled it and it runs. Now I want to execute it outside the IDE with a java -jar demo.jar command. When I execute this nothing happens. How do I setup Netbeans to build the executable. Thanks!