Greg's Blog

helping me remember what I figure out

CFMX and the PowerBookPro

| Comments

A wee while back the Mac PowerBookPros received a JVM update. This brings it up to version 1.5.06, which is fabulous, but of course stops you from being able to run ColdFusion. Thankfully the JVM upgrade leaves the old versions on your system. The simple trick to get your CFMX installation to wok again after the upgrade is to run the start up script from the console with the path to the old JVM like such: [code]sudo /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands/java -jar /Applications/JRun4/lib/jrun.jar -start cfusion &[/code]