org.autoplot.JarRelauncher

The only way to get an executable jar to have more memory is to have a little java process that launches a bigger one that has more memory available to it. http://stackoverflow.com/questions/12201878/specifying-jvm-heap-sizes-in-jar?rq=1 This is also Ed West's recommendation.

JarRelauncher( )


main

main( java.lang.String[] args ) → void

Parameters

args - a java.lang.String[]

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]