I am using Jar2Exe successfully to run my Java application as a Windows service. Would I now need to do is to increase the working memory for the Java application, like. e.g. adding "-Xmx1024m -Xms1024m to a Java command line.
Is it possible to do the same with the generated Windows service? If so, where is the right place to add the options?
Hi,
I am using Jar2Exe successfully to run my Java application as a Windows service. Would I now need to do is to increase the working memory for the Java application, like. e.g. adding "-Xmx1024m -Xms1024m to a Java command line.
Is it possible to do the same with the generated Windows service? If so, where is the right place to add the options?
Thank you for your help
- Walter