INI file missing in the deployed RCP product [message #511576] |
Tue, 02 February 2010 01:37  |
Eclipse User |
|
|
|
Hi all
I am new to RCP. When I finished creating an RCP app, I deployed it.. but could not find the eclipse.ini file or <launcher>.ini file.
I need this ini file so as to increase the memory usage as my product gives out of memory exception when too much data is given to it.
How do I put an INI file onto my deployed product so that the memory usage may be controlled so that it can handle large amounts of data given to it?
Thank you,
|
|
|
|
Re: INI file missing in the deployed RCP product [message #511596 is a reply to message #511579] |
Tue, 02 February 2010 03:34  |
Eclipse User |
|
|
|
Hi Daniel,
Thanks for the reply.
Actually, the build.properties file under the bin.includes does not have any mention of a .ini file.
build.properties file :=
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
icons/,\
splash_bkp.bmp
So what INI file and how must I include it into the build.prop file?
And ...
the org.eclipse.core.runtime.products does not have any property refering it.... so should I be explicitly creating another property in the XML refering the same ini file i have specified in the build.properties?
Thank You,
|
|
|
Powered by
FUDForum. Page generated in 0.06639 seconds