Start a java program without the console
If you want to start a java program without console popup under windows, this should be helpful: In command prompt type the following: start javaw -jar -Xms1024m -Xmx1024m crafty.jar If you want you can also write this as a batch file.