Did you read this also Jeff? Making ColdFusion MX on Mac OS X use JVM 1.4.2 instead of JVM 1.5.0 If you're running ColdFusion MX and you've installed the Java 5 update for Mac OS X during one of the regular prompts to install software updates then you will encounter problems because ColdFusion MX 6 or 7 is not supported to run on Java 5, but only Java 1.4.2 at the highest. There is an easy solution to this problem. You'll find that previous versions of the Java VM are still installed on your Mac, but they are simply not the default.
mymac:~ stevenerat$ cd /System/Library/Frameworks/JavaVM.framework/Versions/ mymac:/System/Library/Frameworks/JavaVM.framework/Versions stevenerat$ ls -l total 40 lrwxr-xr-x 1 root wheel 5 May 1 12:35 1.3 -> 1.3.1 drwxr-xr-x 8 root wheel 272 Apr 2 2005 1.3.1 lrwxr-xr-x 1 root wheel 5 Nov 14 2005 1.4 -> 1.4.2 drwxr-xr-x 8 root wheel 272 May 17 10:55 1.4.2 lrwxr-xr-x 1 root wheel 5 May 1 12:35 1.5 -> 1.5.0 drwxr-xr-x 8 root wheel 272 Apr 6 14:13 1.5.0 drwxr-xr-x 6 root wheel 204 May 1 12:35 A lrwxr-xr-x 1 root wheel 1 May 1 12:35 Current -> A lrwxr-xr-x 1 root wheel 5 May 1 12:35 CurrentJDK -> 1.5.0 ----- Original Message ----- From: "Jeff Small" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Saturday, August 05, 2006 4:36 PM Subject: Re: You know what? > On Aug 5, 2006, at 6:34 PM, Dave Watts wrote: > > >> And you know the worst? The Uninstaller crashes *every single > >> time* I try to run it. > > > > You should be able to uninstall CF manually without too much > > difficulty. I > > wouldn't be surprised if there's a technote on the Adobe site on > > how to do > > this, but you should be able to just delete the directory. > > > > If the uninstaller is failing, you may need to make sure you have an > > appropriate JVM installed in OS X. I don't know anything about > > installing CF > > on OS X, but I do seem to recall that you need to have the > > appropriate JVM > > configured beforehand. > > Does it seem like it'd be foolish to assume that a brand new Mac Book > Pro that's about 48 hours old would have the appropriate JVM > installed? > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:248905 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

