Hi there. I have created an application via Eclipse that allows a user to click on a button and launch the Crystal Reports Viewer JRC. Whenever I run this through Eclipse, or outside of Eclipse on my machine, it works perfectly. However, when my users try to click the button to view the report, it sits there for about 5 minutes and then comes up with the following error message:
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Java heap space----Error code 2147467259 Error code name:failed
I would naturally assume this has something to do with them not having enough memory on their machines..... and I have read that I should try to increase the maximum heap size. My question is..... do I really have to go to each user's machine and increase the heap size or can I somehow package this into my jar file through Eclipse so it will automatically increase the size when the run the jar?
Any help is greatly appreciated!