Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jtalerico

macrumors 6502
Original poster
Nov 23, 2005
358
0
Hey i am trying to update my JVM from 1.4.2 to 1.5 in my BlueJ any ideas on how to do this??? Thanks!!
 
Go into Java preferences and change the JVM default to 1.5.x but whether BlueJ will actually use it, I don't know. It might only use 1.3.x.
 
Ive already done so, and BlueJ still uses 1.4.2 I need to find out how to set the Home for it.. I guess..
 
I've not seen any difference when I tried this with jGrasp either. I'm not sure it matters but I wanted to see if there was any enhancement from switching JVMs. Oh well.
 
Well the problem is Once i compile something with 1.4.2 it give a compile error, but with 1.5 it will not give me that error... Not sure why it is..
 
jtalerico said:
Anybody know the solution?

Open up terminal and enter each line below.


cd /System/Library/Frameworks/JavaVM.framework/Versions

sudo rm CurrentJDK

sudo ln -s 1.5 CurrentJDK
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.