Forums | MacLife
You are not logged in.
#51 2008-01-20 9:00 pm
- Chickenhawk
- Friends don't let friends hunt drunk

- From: The bad air state
- Registered: 2005-06-01
- Posts: 4992
Re: Linux- anyone....anyone....
then either su to root, and do "mkdir /usr/local/java" or do "sudo mkdir /usr/local/java"
resedit: I have effectively the same philosophy, but I have nothing in opt here (on the mac, I do have opt from macports).
Offline
#52 2008-01-20 9:01 pm
- Chickenhawk
- Friends don't let friends hunt drunk

- From: The bad air state
- Registered: 2005-06-01
- Posts: 4992
Re: Linux- anyone....anyone....
Wait... I missed why we aren't installing java via synaptic or apt.
Offline
#53 2008-01-21 2:53 pm
- CrashingtehWarehouse
- Dismember

- From: The Frozen Tundra
- Registered: 2006-08-11
- Posts: 1132
Re: Linux- anyone....anyone....
Because I tried that and it still doesn't work.
Alright, now, who wants to be transistorized?
Offline
#54 2008-01-21 2:57 pm
- CrashingtehWarehouse
- Dismember

- From: The Frozen Tundra
- Registered: 2006-08-11
- Posts: 1132
Re: Linux- anyone....anyone....
And it's now telling me that it cannot create that file or directory.
I think I'm destined not to have java... 
Alright, now, who wants to be transistorized?
Offline
#55 2008-01-21 3:24 pm
- Chickenhawk
- Friends don't let friends hunt drunk

- From: The bad air state
- Registered: 2005-06-01
- Posts: 4992
Re: Linux- anyone....anyone....
CrashingtehWarehouse wrote:
And it's now telling me that it cannot create that file or directory.
I think I'm destined not to have java...
you're telling me that "sudo mkdir /usr/local/java" doesn't work?
Offline
#56 2008-01-21 10:31 pm
- CrashingtehWarehouse
- Dismember

- From: The Frozen Tundra
- Registered: 2006-08-11
- Posts: 1132
Re: Linux- anyone....anyone....
So sayeth Terminal. Yes.
Alright, now, who wants to be transistorized?
Offline
#57 2008-01-21 10:36 pm
- CrashingtehWarehouse
- Dismember

- From: The Frozen Tundra
- Registered: 2006-08-11
- Posts: 1132
Re: Linux- anyone....anyone....
Oh, and something else that's weird about it is that when I ask sunjava if I have java installed, it tells me oops you have version 1.4.2 (an out of date version). But when I'm in synaptic it's telling me that I have Sun Java version 6 installed. I feel like I'm missing a big step somewhere along the way.
BTW, Java 1.4 Web Start is still in my apps menu, along with version 6, but it's not in the Synaptic package manager....cuz I'd like to delete it....
Alright, now, who wants to be transistorized?
Offline
#58 2008-01-21 11:48 pm
- Chickenhawk
- Friends don't let friends hunt drunk

- From: The bad air state
- Registered: 2005-06-01
- Posts: 4992
Re: Linux- anyone....anyone....
CrashingtehWarehouse wrote:
So sayeth Terminal. Yes.
Give me exactly everything it says when you try that command.
Offline
#59 2008-01-22 10:23 am
- CrashingtehWarehouse
- Dismember

- From: The Frozen Tundra
- Registered: 2006-08-11
- Posts: 1132
Re: Linux- anyone....anyone....
"mkdir: cannot create directory 'usr/local/java': File exists" Is what it's telling me now.
Alright, now, who wants to be transistorized?
Offline
#60 2008-01-22 10:35 am
- Chickenhawk
- Friends don't let friends hunt drunk

- From: The bad air state
- Registered: 2005-06-01
- Posts: 4992
Re: Linux- anyone....anyone....
ok... and the installer doesn't work now, even though that directory exists?
Offline
#61 2008-01-22 10:40 am
- CrashingtehWarehouse
- Dismember

- From: The Frozen Tundra
- Registered: 2006-08-11
- Posts: 1132
Re: Linux- anyone....anyone....



Alright, now, who wants to be transistorized?
Offline
#62 2008-01-22 10:41 am
- CrashingtehWarehouse
- Dismember

- From: The Frozen Tundra
- Registered: 2006-08-11
- Posts: 1132
Re: Linux- anyone....anyone....
I'm following the instructions on the Sun site explicitly and nothing, nada, zip.
Alright, now, who wants to be transistorized?
Offline
#63 2008-02-10 11:40 pm
- Kosh
- The Enigmatic One

- From: Somewhere on or near Earth
- Registered: 2003-01-18
- Posts: 633
Re: Linux- anyone....anyone....
CrashingtehWarehouse wrote:
"mkdir: cannot create directory 'usr/local/java': File exists" Is what it's telling me now.
Did you copy/paste the error, or just type it in? I ask because it's saying
Code:
usr/local/java
instead of
Code:
/usr/local/java
Note that those are two different paths; the first is starting from whatever the current directory is, and the second is starting from the root directory (which is where you want / need it).
In any case, the error is telling you that the directory (or file) "java" already exists at that location.
Let us know what you see when you type:
Code:
ls -l /usr/local/java
They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.
-- Benjamin Franklin, 1759
Offline
