till now i usually use java.exe -jar AppName.jar to start my apps. what's bother me is that on windows beside the java app also a dos-box is opened. are better ways to start a java-app? any suggestions will be appreciate.
Printable View
till now i usually use java.exe -jar AppName.jar to start my apps. what's bother me is that on windows beside the java app also a dos-box is opened. are better ways to start a java-app? any suggestions will be appreciate.
Use javaw instead.