Changes between Version 9 and Version 10 of JavaApps


Ignore:
Timestamp:
Jun 6, 2008, 8:57:53 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavaApps

    v9 v10  
    6060
    6161 - 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 
    6364
    6465 - Use boinc_zip from within the wrapper application by adding something like this to wrapper.C :