Troubleshooting
Out of memory exception
Due to working with images, it is advisable to increase the java heap (memory) size for both ImageJ and the main application.
One can start the app from the console with:
java -jar -Xmx1024m z.jar
to allow for 1024MB heap size.
…