The easiest way is to download Alpha 004 again.
Or for those fix it types...
- Right click and 'Show Package Contents' of the Alchemy application
- Go into the 'Contents' folder and open the 'Info.plist' in TextEdit
- Change:
- Code: Select all
<key>JVMVersion</key>
<string>1.5+</string>
- Code: Select all
<key>JVMVersion</key>
<string>1.5*</string>
- Save and close
This will make sure Alchemy runs with Java 5 on Mac.
