Red HatThis forum is for the discussion of Red Hat Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have an issue with getting JRE plugin detected in Firefox.
System setup:
RHEL 4 i386 with 32 bit Firefox present in
/usr/lib/firefox
There is no 64 bit Firefox.
Steps taken:
1) Downloaded the Linux RPM (self extracting file) from
java.com website to my default download location which is /home/nivi/Desktop.
(I did not download the ones with "64" in it. So I am assuming that what I've downloaded is the 32 bit one).
2)$su -
3)#cp /home/nivi/Desktop/<the self extracting rpm file which i have downloaded> /usr/java
4)#cd /usr/java
5)#chmod a+x <the self extracting rpm>
6)#./<the self extracting rpm>
and accepted the license agreement.
7) To confirm,
#pwd
/usr/java
# ls -ltr
total 37812
lrwxrwxrwx 1 root root 16 Mar 12 09:24 default -> /usr/java/latest
drwxr-xr-x 7 root root 4096 Mar 12 09:24 jre1.6.0_05
-rw-r--r-- 1 root root 19455348 Feb 22 17:11 jre-6u5-linux-i586.rpm
-rwxr-xr-x 1 root root 19207812 Mar 12 09:23 jre-6u5-linux-i586-rpm.bin
lrwxrwxrwx 1 root root 21 Mar 12 09:24 latest -> /usr/java/jre1.6.0_05
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.