PDA

View Full Version : More Linux Help needed please


madfish
11-24-2004, 6:01 PM
first, I found out that you need to use a {.} dot befor the forward slash /
now my problem is I can't get java installed even under root.
it's sun java J2SE50
jre-1_5_0-linuxi586.bin

the icon has a SH on it, doubleclicking it produces a popup saying the following:

CAN NOT OPEN jre-1_5_0-linux-i586.bin

The filename "jre-1_5_0-linux-i586.bin" indicates that this file is of type "Unknown type". The contents of the file indicate that the file is of type "(null)". If you open this file, the file might present a security risk to your system.

Do not open the file unless you created the file yourself, or received the file from a trusted source. To open the file, rename the file to the correct extension for "(null)", then open the file normally. Alternatively, use the Open With menu to choose a specific application for the file.
and
in a terminal under su I get permission denied.

I got the file from javas site btw.

everything is downloaded into the deafault folder on the desktop call dads home.

fedora core 2
I don't remeber what the kerneal is, but I ran update2 and Im on the last updated kernesl for this core.
browser is firefox 1.0

thanks very much

mickwish
11-24-2004, 6:31 PM
Sure it's not corrupted? Check the file size.

Instructions here (http://java.sun.com/products/archive/j2se/1.3.0/jre/install-linux.html) in case you ain't seen 'em. ;)

Cheers
Mick

edit: Yes you do need to ./ to run it, sorry. :)

richard22
11-29-2004, 11:22 AM
I found I had to make the file executable. Then run as user which creates an rpm file which you probably need to execute as su.

hth richard

ThRoNkA
11-29-2004, 11:43 AM
chmod +x filenamehere

Siliconjunkie
11-29-2004, 1:01 PM
or "sh jre-1_5_0-linuxi586.bin" will prolly get it without chmoding it.