LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Java (https://www.linuxquestions.org/questions/linux-software-2/java-52419/)

israel 03-29-2003 06:44 PM

Java
 
Hello everyone,

I need to install skd on my linux box but for some reason when i try to execute the file j2sdk-1_4_1_02-linux-i586-rpm.bin typing ./j2re-1_3_0_03-linux-rpm.bin it says permision denied.

I tried to do the same thing as root but it didn't work

Does anybody know what the problem might be?

Thanks a lot

zeroK 03-29-2003 07:09 PM

If you have just downloaded the file the permissions on it are probably too low so that it can't be executed. You could change the permissions with chmod to 640 ( chmod 640 filename ) or execute the file with sh filename :-)

onurb 03-29-2003 07:21 PM

Have a look here:
http://www.linuxquestions.org/questi...nstalling+java


All times are GMT -5. The time now is 04:42 AM.