installing java
trying to install java j2re in fedora core 1. I keep getting this error:
[root@24-117-149-79 tracy]# ./j2re-1_4_2_04-linux-i586-rpm.bin
-bash: ./j2re-1_4_2_04-linux-i586-rpm.bin: Permission denied
I have yet to find anything online for help on this so i'm asking here while i continue to surf for info. Thanks in advance.
[root@24-117-149-79 tracy]# ./j2re-1_4_2_04-linux-i586-rpm.bin
-bash: ./j2re-1_4_2_04-linux-i586-rpm.bin: Permission denied
I have yet to find anything online for help on this so i'm asking here while i continue to surf for info. Thanks in advance.
0
Comments
Follow this process set to install, note the first chmod step without which the rest will die and burn:
The source for this is at link below, direct from Sun. Process also works on SuSE.
http://java.sun.com/j2se/1.4/jre/install-linux.html
The search I used was j2re +install +Linux on Google. First hit. If you do not narrow down O\S with the +Linux part, you will get tons of links.
Other way to get Google to focus on Linux stuff is to start with its Linux searcher, by going here:
http://www.google.com/linux (no trailing slash needed nor wanted after x in linux)
HTH.
John D.