Let's say I have a java program and I write this to the command line:
java javafile.jar
Is there anyway to start the java file minimized (somthing similar to /min
command)? I need to do it through the commands line.
Let's say I have a java program and I write this to the command line:
java javafile.jar
Is there anyway to start the java file minimized (somthing similar to /min
command)? I need to do it through the commands line.