Connect Tech Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Thursday, 25 June 2009

How to install Jre in Fedora Linux

Posted on 06:09 by Unknown
Hi ,

First check latest version of JAVA RUN TIME ENVIRONMENT at http://www.java.com/en/download/linux_manual.jsp


Then download Linux (Self-Extracting File) it looks like this
jre-6u14-linux-i586.bin (version may be change)


now login as a root

[root@amit]# mkdir /usr/java ### Create java directory under /usr

then mv jre-6u14-linux-i586.bin file to /usr/java/ by following command

[root@amit]# mv jre-6u14-linux-i586.bin /usr/java


Now make it executable by using following command

[root@amit /usr/java]# chmod u+x jre-6u14-linux-i586.bin

now simply execute it :

[root@amit /usr/java]# ./jre-6u14-linux-i586.bin


NOTE : it require some packages to be pre-installed like
compat-libstdc++
, gcc, compat-libstdc++


After successfully installation make it compatible with FIREFOX by using :


[root@amit /usr/java]# ln -s /usr/java/jre1.6.0_14/plugin/i386/ns7/libjavaplugin_oji.so /root/.mozilla/plugins/

Now restart your Firefox web Browser and Enjoy.....

By Amit Maheshwari
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • How to schedule a PHP script in task scheduler
    Quiet often there is a need to execute/run  php  script on some time interval at server side. And that php scripts should run automatically ...
  • How to resolve Windows Login Error: "An unauthorized change was made to Windows"
    After connecting to windows server via RDC, you receive error “ An unauthorized change was made to Windows ” Resolution: 1) Click the opt...
  • HTTP Error 403.19 – Forbidden The configured user for this application pool does not have sufficient privileges to run CGI applications.
    If you get the error “HTTP Error 403.19 – Forbidden The configured user for this application pool does not have sufficient privileges to...
  • Disallowed Parent Path
    If you are unable to access the website and facing the below error: Active Server Pages error 'ASP 0131' Disallowed Parent Path /adm...
  • How to upgrade Zen Cart 1.3.9 to Zen Cart 1.5
    To upgrade your Zen Cart 1.3.9 to Zen Cart 1.5, follow the following steps. (For this tutorial, I assume you are using cpanel web hosting) 1...
  • Roles and Features showing an error HRESULT: 0x800F0818 in Server Manager of windows server 2008 R2
    When you open Server Manager both Roles and Features display Error and you are unable to add any role or features. When you select the det...
  • Reset Mysql root Password using my.ini
    Follow the below given steps to reset the Mysql root password : 1.Browse to your MySQL installation directory. 2. In there, go to "Data...
  • Block IP from accessing website using .htaccess
    Block IP from accessing website using .htaccess To block certain ip address from accessing your website, just create a file with name .hta...
  • Enable Canonical URL in IIS7 for SEO
    What is URL Canonicalization?  – Its just nothing but you are making sure that your users and the search engines are accessing your websites...
  • An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.
    If you are facing the following error while accessing the website: Error Summary HTTP Error 500.24 - Internal Server Error An ASP.NET settin...

Categories

  • booting Process
  • linux
  • redhat

Blog Archive

  • ►  2013 (68)
    • ►  July (1)
    • ►  May (2)
    • ►  April (11)
    • ►  March (54)
  • ►  2012 (44)
    • ►  September (20)
    • ►  August (1)
    • ►  July (4)
    • ►  June (12)
    • ►  May (2)
    • ►  March (4)
    • ►  February (1)
  • ►  2011 (1)
    • ►  February (1)
  • ▼  2009 (9)
    • ►  September (3)
    • ►  August (2)
    • ▼  June (1)
      • How to install Jre in Fedora Linux
    • ►  May (2)
    • ►  March (1)
Powered by Blogger.

About Me

Unknown
View my complete profile