Re: Upgrading Java on my Mac and IntelliJ

2012-04-17 Thread DM Smith
Thanks! On Apr 17, 2012, at 7:19 PM, Jan Høydahl wrote: > Same happened here. The installer removes 1.5 and 1.5.0 folders and replaces > with softlink to the new JDK. > Luckily I named my 1.5 JDK as 1.5.0_30 so it was still there, the only thing > needed was add the softlinks. > > sudo su > c

Re: Upgrading Java on my Mac and IntelliJ

2012-04-17 Thread Jan Høydahl
Same happened here. The installer removes 1.5 and 1.5.0 folders and replaces with softlink to the new JDK. Luckily I named my 1.5 JDK as 1.5.0_30 so it was still there, the only thing needed was add the softlinks. sudo su cd /System/Library/Frameworks/JavaVM.framework/Versions rm 1.5.0 1.5 ln -s