"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
Regards, Rene Larsen
Welcome to Darwin!
-bash: /System/Library/Frameworks/JavaVM.Framework/Versions/1.5.0/Home: is a directory
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
Regards, Rene Larsen
Originally posted by Rene Larsen:
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
you should now be able to see witch java version you are using by typing java -version
Originally posted by Rene Larsen:
If you download JEdit 4.2 you should be able to open .bash_profile and correct your error.
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
Originally posted by marc weber:
I've downloaded JEdit, but how do I find .bash_profile? The new Mac "Spotlight" can't seem to find it (nor can Finder's find function), and I don't know where else to look.
I've seen a lot of references on the internet to this being in the "home directory," but I don't know what this means (there are no files showing in the Home directory under my user name).
[ May 01, 2005: Message edited by: marc weber ]
Regards, Rene Larsen
Originally posted by Rene Larsen:
... make sure that 'Show hidden files' is marked...
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
ph34r my 133t j4v4 h4><0r1ng sk177z
Regards, Rene Larsen
Originally posted by Rene Larsen:
Then you have to do some more configuration so that 1.5 will be the OS's default Java.
Open a Terminal and type cd /System/Library/Frameworks/JavaVM.framework/Versions
then type ls -la
here you should see an file(link) named CurrentJDK (or something like this) it links to the current Java Runtime and it is this link you have to modify.
The steps I did to do that was:
leave the Terminal open and open a Finder and navigate to /System/Library/Frameworks/JavaVM.framework/Versions
delete the file(link) CurrentJDK in the Finder window - the one you just saw in the Terminal window
go back to the Terminal window and type ln 1.5.0 CurrentJDK to create a new link to the new Java Runtime
when you now type ls -la you should see CurrentJDK->1.5.0
The JAVA_HOME in .bash_profile can also be changed to /System/Library/Frameworks/JavaVM.framework/Home it is a link to Versions/CurrentJDK/Home
Rene
ph34r my 133t j4v4 h4><0r1ng sk177z
Regards, Rene Larsen
Originally posted by Rene Larsen:
Rick you are right - I was just to slow posting my comment ;-)
Rene
ph34r my 133t j4v4 h4><0r1ng sk177z
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
This one time, at bandcamp, I had relations with a tiny ad.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|