<---- template headericclude ----->
installation of Java on Fedora 9 x86_64
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 12 of 12
  1. #1
    natousayni Guest

    installation of Java on Fedora 9 x86_64

    After a long time looking for a solution in order to install JAva on a 64bits installation of Fedora 9, i've found one, and give it to you here (thx Andreia).
    all the tutoz i've found until now didn't work. It's that the diference was made by the installation of the library libXtst.i386 and the creation of a nez directory for firefox plugins. Curtam !

    #add i386 repository
    #create and edit the configuration file of the repo

    gedit /etc/yum.repos.d/fedora-i386.repo


    #copy and paste those infomations in that file and save it

    [fedora-i386]
    name=Fedora $releasever - i386
    failovermethod=priority
    baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/i386/os/
    mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=i386
    enabled=1
    gpgcheck=1
    includepkgs=firefox
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
    #
    [updates-i386]
    name=Fedora $releasever - i386 - Updates
    failovermethod=priority
    baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/i386/
    mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=i386
    enabled=1
    gpgcheck=1
    includepkgs=firefox
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

    # remove the default java installation

    yum -y erase java-1.6.0-openjdk java-1.0.6-openjdk-plugin

    # remove the default Firefox installation (64bits)

    yum -y erase firefox.x86_64

    # install Firefox 32bits

    yum -y install firefox.i386

    # add this library

    yum -y install libXtst.i386

    # download java

    www.java.com/en/download
    escolher Linux RPM (self-extracting file) filesize: 18.32 MB

    # install the .bin

    chmod +x jre*
    sh ./jre*

    # make the links with firefox plugins

    mkdir -p /usr/lib/firefox-3.0/plugins
    ln-s /usr/java/jre*/plugins/i386/ns7/libjavaplugin_oji.so

  2. #2
    jsalvo Guest
    Err .... what is exactly wrong with openjdk that comes with fedora9 x86_64 ?
    Mine works fine, even on sites that requires Java applets.

  3. #3
    Join Date
    Jun 2006
    Location
    Texas
    Age
    53
    Posts
    4,164
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should not jink with your yum repo files, put it back where it was.

    Try this link:
    http://easylife.dulinux.com/

  4. #4
    natousayni Guest
    jsalvo : please try that applet ; www.bb.com.br ; the virtual keyboard doesn work good with openjdk
    and some application of face book too...
    marcrblevins : for those applications, that solution where the only i found and where completely posted nowhere, so i posted it, and choosed fedora forums because that i thought that should be the place where people should look first. know i doubt about that. make me happy and get yourself a windows so you should enjoy call every one a jinker !
    greetings

  5. #5
    HayZam Guest
    ok , after doing all the steps above , i still cant play games @ www.pogo.com ...

    and its asking me to install the java plugins

    any ideas ?

  6. #6
    Join Date
    Aug 2007
    Location
    London Postbox (the red one)
    Age
    59
    Posts
    3,868
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  7. #7
    HayZam Guest
    thanks alot ...
    but i still cant run java applets , nor JNLP files ...

  8. #8
    JonathanLong Guest

    installation of Java on Fedora 9 x86_64

    hi,


    thanks alot ...
    but i still cant run java applets , nor JNLP files ...

  9. #9
    Join Date
    Feb 2009
    Location
    Ternat, Belgium
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was looking for a solution too,
    I found out that sun has released a plugin for x86_64,
    see: http://plugindoc.mozdev.org/linux-amd64.html#java-sun

  10. #10
    Join Date
    Jan 2006
    Location
    Utah, USA
    Posts
    59
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was looking for a solution too,
    I found out that sun has released a plugin for x86_64,
    see: http://plugindoc.mozdev.org/linux-amd64.html#java-sun
    Thanks tdfranc,
    This took me forever to find. I kept trying to create a symlink for libjavaplugin_jni.so

    For everyone running sun's version of java on x86_64, following the instructions on this site worked for me!

  11. #11
    Join Date
    Jul 2009
    Posts
    66
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sun's java plugin installation:

    Code:
    # echo $JAVA_HOME
    /usr/local/jdk
    # cd /usr/lib64/mozilla/plugins
    # ln -s /usr/local/jdk/jre/lib/amd64/libnpjp2.so .
    Nothing more!
    Disc space -- the final frontier!

  12. #12
    Join Date
    Nov 2014
    Location
    Romania
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: installation of Java on Fedora 9 x86_64

    Quote Originally Posted by HayZam
    thanks alot ...
    but i still cant run java applets on my site , nor JNLP files ...
    I continue too, I can't make it work with java applet

Similar Threads

  1. Please Help Fedora X86_64 Installation Error
    By kelvinator44 in forum Installation, Upgrades and Live Media
    Replies: 7
    Last Post: 2nd October 2007, 02:09 PM
  2. Fedora 7 x86_64 Installation Crash
    By cottsay in forum Installation, Upgrades and Live Media
    Replies: 1
    Last Post: 17th September 2007, 04:02 PM
  3. how to java runtime firefox fedora 7 x86_64 ??
    By Arkan in forum Using Fedora
    Replies: 15
    Last Post: 2nd August 2007, 01:31 PM
  4. Java on AMd64 (x86_64) Fedora 7
    By joeborg in forum Using Fedora
    Replies: 5
    Last Post: 8th July 2007, 02:31 PM
  5. Java 1.5 on Fedora 6 x86_64
    By rs232 in forum Using Fedora
    Replies: 2
    Last Post: 21st December 2006, 10:40 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]