heap space problem when running from .jar
hi
I have an application, in which i load images, but when they are big i get out of memory error: java heap space.
When i run it from the command line i easily avoid this using the -Xmx command. But i would love to start my app from a .jar instead of from the command line. Anyone know a way to include this command in my jar file or maybe another way to get around it.
Thnx in advance
/Patrik

