I am trying to figure out to make a startup script for my java application, I tried making an installer for this in advanced installer. Over there I added the jvm arguments
but it did not work, well that is a separate issue...
What I am asking is: Is there a script that I can place along with my JAR
file in C Drive so that from the Desktop's Shortcut I run that script and that in turn opens the JAR
with increased heap space?
I couldn't neither find how to make startup script on Google, Sorry I am not too familiar/aware of Bat file scripting
This question is somewhat sort of an extension to my last question