Quantcast

Forums | MacLife

You are not logged in.

#51 2008-01-20 9:00 pm

Chickenhawk
Snark Snark Snark Snark
From: Being Snarky
Registered: 2005-06-01
Posts: 5821

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).


The recent medical controversy over whether vaccinations cause autism reveals a habit of human cognition—thinking anecdotally comes naturally, whereas thinking scientifically does not. -- Michael Shermer

Offline

 

#52 2008-01-20 9:01 pm

Chickenhawk
Snark Snark Snark Snark
From: Being Snarky
Registered: 2005-06-01
Posts: 5821

Re: Linux- anyone....anyone....

Wait... I missed why we aren't installing java via synaptic or apt.


The recent medical controversy over whether vaccinations cause autism reveals a habit of human cognition—thinking anecdotally comes naturally, whereas thinking scientifically does not. -- Michael Shermer

Offline

 

#53 2008-01-21 2:53 pm

CrashingtehWarehouse
Dismember
From: The Frozen Tundra
Registered: 2006-08-11
Posts: 1134

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: 1134

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... sad


Alright, now, who wants to be transistorized?

Offline

 

#55 2008-01-21 3:24 pm

Chickenhawk
Snark Snark Snark Snark
From: Being Snarky
Registered: 2005-06-01
Posts: 5821

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... sad

you're telling me that "sudo mkdir /usr/local/java" doesn't work?


The recent medical controversy over whether vaccinations cause autism reveals a habit of human cognition—thinking anecdotally comes naturally, whereas thinking scientifically does not. -- Michael Shermer

Offline

 

#56 2008-01-21 10:31 pm

CrashingtehWarehouse
Dismember
From: The Frozen Tundra
Registered: 2006-08-11
Posts: 1134

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: 1134

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
Snark Snark Snark Snark
From: Being Snarky
Registered: 2005-06-01
Posts: 5821

Re: Linux- anyone....anyone....

CrashingtehWarehouse wrote:

So sayeth Terminal. Yes.

Give me exactly everything it says when you try that command.


The recent medical controversy over whether vaccinations cause autism reveals a habit of human cognition—thinking anecdotally comes naturally, whereas thinking scientifically does not. -- Michael Shermer

Offline

 

#59 2008-01-22 10:23 am

CrashingtehWarehouse
Dismember
From: The Frozen Tundra
Registered: 2006-08-11
Posts: 1134

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
Snark Snark Snark Snark
From: Being Snarky
Registered: 2005-06-01
Posts: 5821

Re: Linux- anyone....anyone....

ok... and the installer doesn't work now, even though that directory exists?


The recent medical controversy over whether vaccinations cause autism reveals a habit of human cognition—thinking anecdotally comes naturally, whereas thinking scientifically does not. -- Michael Shermer

Offline

 

#61 2008-01-22 10:40 am

CrashingtehWarehouse
Dismember
From: The Frozen Tundra
Registered: 2006-08-11
Posts: 1134

Re: Linux- anyone....anyone....

crynopeconfused


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: 1134

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

 

Board footer

Powered by PunBB 1.2.6
© Copyright 2002–2005 Rickard Andersson