Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Programming CPG.txt | 2012-03-15 | 1.4 kB | |
README_Developer.txt | 2012-03-15 | 1.7 kB | |
Artistic Licence 2.0.txt | 2012-03-15 | 17.2 kB | |
README_CPG | 2012-03-15 | 18.6 kB | |
Totals: 4 Items | 38.9 kB | 0 |
READ ME Developer Release 0.0.9.4.2 Feb25 2011 Tested on Mac SnowLeopard (and Server), Lion, Windows 7, 2008, Windows Server 2003 Ubuntu, Solaris 11g and RedHat Linux RHEL5 How to prepare CPG Mac application ----------------------------------- Eclipse: export Java jar, pick location and main class. Seal jar. Only source files required. Jar Bundler (make a link into XCode Developer/Applications/Utilities) lime:~ lime$ locate JarBundler /usr/share/java/Tools/Jar Bundler.app/Contents/Resources/JarBundler.icns Jar Bundler set up: Use no arguments. However the following VM args may improve performance: -Xmx800m -XX:MaxPermSize=128M Use Mac toolbar. Signature imogenart, Identifier CPG. Note version as in About box. When the package is created two folders are required for the program to run: 1. Copy and paste in your secret items in folder .cpg: lime:CoulsonPlotGenerator lime$ cp -r .cpg CPG.app/Contents/Resources/Java/ Note that .cpg contains the editable readme with the latest instructions and disclaimer etc, and icons for the play/pause show options button, serialized files saving location etc between sessions. 2. Copy and paste in your README_CPG as the program won't open without it: lime:CoulsonPlotGenerator lime$ cp -r Resources CPG.app/Contents/Resources/Java/Resources Resources is a folder containing README_CPG: a second copy is supplied as a read me with the program but this is also contained within the help tab of the program. Other apps (WinLin) ------------------- From Eclipse create a Runnable Jar file, so that you can double click to open the app. Place the folders .cpg and Resources next to the jar file.