Changes between Version 9 and Version 10 of JavaApps
- Timestamp:
- Jun 6, 2008, 8:57:53 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JavaApps
v9 v10 60 60 61 61 - Make a copy of the folder containing the jvm. Recursively remove all write protections on files and folders. This is very important! If you don't do that, the BOINC client will not be able to delete it after completing the workunit and fill up the whole harddisk very quickly. 62 - Read the license information files inside the jvm. One of them contains a list of files which can be deleted to make the jvm a bit smaller. Then zip that folder to e.g. "jre.zip" and add it to your application. 62 - Read the license information files inside the jvm. One of them contains a list of files which can be deleted to make the jvm a bit smaller. (What you want to remove is application-specific, but you may find this a useful starting point: http://www.malariacontrol.net/download/jre_125.zip). Then zip that folder to e.g. "jre.zip" and add it to your application. 63 63 64 64 65 - Use boinc_zip from within the wrapper application by adding something like this to wrapper.C :