How to export a JAR file with a default Java heap size ?

Posted by Amokrane on Stack Overflow See other posts from Stack Overflow or by Amokrane
Published on 2010-03-19T21:29:33Z Indexed on 2010/03/19 21:31 UTC
Read the original article Hit count: 183

Filed under:
|
|
|
|

Hi,

In order to overcome a Java heap space problem, I need to extend the Java heap size up to 256 MB. I did it using Eclipse by passing -Xmx256m as a parameter during the execution. My problem is that I want to export my application as a JAR file. How to keep this configuration during the export?

Thank you

© Stack Overflow or respective owner

Related posts about java

Related posts about heap