J jtalerico macrumors 6502 Original poster Nov 23, 2005 358 0 Dec 6, 2005 #1 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!!
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!!
J jtalerico macrumors 6502 Original poster Nov 23, 2005 358 0 Dec 6, 2005 #3 I am trying to get it to use JVM 1.5 instead of 1.4.2
bousozoku Moderator emeritus Jun 25, 2002 16,598 2,949 Lard Dec 6, 2005 #4 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.
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.
J jtalerico macrumors 6502 Original poster Nov 23, 2005 358 0 Dec 6, 2005 #5 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..
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..
bousozoku Moderator emeritus Jun 25, 2002 16,598 2,949 Lard Dec 6, 2005 #6 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.
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.
J jtalerico macrumors 6502 Original poster Nov 23, 2005 358 0 Dec 7, 2005 #7 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..
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..
J jtalerico macrumors 6502 Original poster Nov 23, 2005 358 0 Dec 7, 2005 #8 Anybody know the solution?
D Dave the Great macrumors regular Jan 27, 2004 160 0 Dec 7, 2005 #9 jtalerico said: Anybody know the solution? Click to expand... Open up terminal and enter each line below. cd /System/Library/Frameworks/JavaVM.framework/Versions sudo rm CurrentJDK sudo ln -s 1.5 CurrentJDK
jtalerico said: Anybody know the solution? Click to expand... Open up terminal and enter each line below. cd /System/Library/Frameworks/JavaVM.framework/Versions sudo rm CurrentJDK sudo ln -s 1.5 CurrentJDK