Slow loading jars from command line in windows vs double click
843829Aug 22 2005 — edited Aug 27 2005I have a program (as a .jar) that takes about four times as long to load when calling java -jar file.jar as opposed to double clicking on the jar in windows explorer. This is pretty significant - the load time goes from 5-10 sec to about 30.
I was wondering if there is some setting unknown to me that gets set while double clicking on a jar file. Or is there something else that could be slowing the program down considerably from the command line?
Thanks