specifying jre heap size in jar file
843798Aug 30 2005 — edited Aug 31 2005i can specify the jvm heap size if i call i cal the jar file from the command line like this.
java -Xms128m -Xmx512m -jar file.jar
I want to be able to just run the jar file by double clicking it, and not have to call it from the command line. Can i specify the heap size somewhere in the jar file.