Hi
I'm using NetBeans + GCC in Linux and also NetBeans + MinGW in Windows.
I need to run an OS Command e.g.: java -jar myjar.jar
I prefer not to have the terminal/cmd window. It works fine in Linux, but in windows, it ends up in opening a cmd window anyway.
I tried javaw too.
Any help would be appreciated.