Results 1 to 8 of 8
  1. #1
    "The Gentleman" vish786's Avatar
    Join Date
    Sep 2006
    Posts
    1,434

    Default [How To]Get Java plugin & Flash work on a 64bit Distro

    Running a 32bit Browser on a 64bit Distro.

    Pissed off with Flash and Java not working on a 64bit Distro ? here's a pretty simple guide to get sites to load java applets & flash.

    Before proceeding, there is no javaplugin for a 64bit browser so all am doing is getting a 32bit_firefox along with required plugins to get it work on 64bit distro.
    You can retain your existing version for firefox and use it too.

    Download firefox & copy it to your home directory, run
    Code:
    tar xvf firefox<version>
    Download Jdk(java development kit) or you can get Jre(java runtime env) & save some space.
    In terminal:
    Code:
    mkdir /home/<username>/java && cd /home/<username>/java
    now copy jdk<version> to /home/<username>/java
    Code:
    chmod 777 jdk<version>
    ./jdk<version>
    creating link for java plugin
    Code:
    ln -s  /home/<username>/java/jdk1.6.0_03/jre/plugin/i386/ns7/libjavaplugin_oji.so /home/<username>/firefox<version>/firefox/plugins/
    copy the libflashplayer.so file to "/home/<username>/firefox<version>/firefox/plugins/"
    For Firefox shortcut
    Code:
    ln -s /home/<username>/firefox<version>/firefox/firefox /home/<username>/firefox
    you can directly run 32bit firefox from home dir by typing "./firefox".

    To check if flash plugin is working play any youtube video & for java plugin opening <click here> will offer typing test.

    Note: you cannot use older and downloaded firefox versions at same instance.
    bookmarks,cache,addons vary for both versions.
    Last edited by vish786; 18-12-2008 at 02:36 PM.
    "The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
    - Dijkstra

  2. #2
    In Pursuit of "Happyness" kalpik's Avatar
    Join Date
    May 2005
    Location
    New Delhi
    Posts
    3,417

    Default Re: [How To]Get Java plugin & Flash work on a 64bit Distro

    Not really needed anymore. Adobe has released a 64 bit flash plugin (alpha) which work GREAT! OpenJDK has a 64 bit java plugin. Sun has also released a 64 bit beta java plugin in JRE-6update12 (beta).
    Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain

  3. #3
    Juke Box Hero
    Join Date
    Aug 2007
    Posts
    1,204

    Default Re: [How To]Get Java plugin & Flash work on a 64bit Distro

    And you missed one important point, while on 32bit, you also need i386 versions of nspluginwrapper and alsa/pulseaudio libs to make it work.

  4. #4
    In Pursuit of "Happyness" kalpik's Avatar
    Join Date
    May 2005
    Location
    New Delhi
    Posts
    3,417

    Default Re: [How To]Get Java plugin & Flash work on a 64bit Distro

    ^^ No.. His method installs a 32 bit firefox itself. Nspluginwrapper is not required. But yeah, some 32 bit libs might be needed. Its just a very messy way IMO.
    Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain

  5. #5
    "The Gentleman" vish786's Avatar
    Join Date
    Sep 2006
    Posts
    1,434

    Post Re: [How To]Get Java plugin & Flash work on a 64bit Distro

    Quote Originally Posted by Hitboxx View Post
    And you missed one important point, while on 32bit, you also need i386 versions of nspluginwrapper and alsa/pulseaudio libs to make it work.
    ofc I have included i386 nspluginwrapper

    & yes it definitely requires extra gtk libraries which messes up firefox looks but doesnt matter to that extent.

    beta version of 64bit plugins are available but just tried a different way to get it work.
    Last edited by vish786; 18-12-2008 at 03:46 PM.
    "The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
    - Dijkstra

  6. #6
    Juke Box Hero
    Join Date
    Aug 2007
    Posts
    1,204

    Default Re: [How To]Get Java plugin & Flash work on a 64bit Distro

    Hmm included where? I don't see it

    And copying the flashplayer plugin to /usr folder would be a better idea than into /home as obvious it is, to work across all users of the system.

    Personal preferences
    Last edited by Hitboxx; 18-12-2008 at 03:48 PM. Reason: Automerged Doublepost

  7. #7
    "The Gentleman" vish786's Avatar
    Join Date
    Sep 2006
    Posts
    1,434

    Post Re: [How To]Get Java plugin & Flash work on a 64bit Distro

    Quote Originally Posted by Hitboxx View Post
    Hmm included where? I don't see it
    link blindness(as in colour blindness)?? click on libflashplayer.so
    "The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
    - Dijkstra

  8. #8
    Juke Box Hero
    Join Date
    Aug 2007
    Posts
    1,204

    Default Re: [How To]Get Java plugin & Flash work on a 64bit Distro

    LoL, how are we supposed to know what is the content of the links if you don't mention it? I was searching the word in your post, you have not mentioned about it nor given any hints of its existence

    Nonetheless it is ok, regular Linux users ought to be setup the way they want and new users would probably ask and search, so not a big deal.
    Last edited by Hitboxx; 18-12-2008 at 03:54 PM. Reason: Automerged Doublepost

Similar Threads

  1. Does MTS MBlaze work on 64bit Win 7?
    By Jeet in forum Hardware Q&A
    Replies: 6
    Last Post: 14-08-2012, 01:42 PM
  2. Problem: Tata Photon Plus doesn't work with Win7 64bit
    By confusedBuyer in forum Broadband and DTH
    Replies: 4
    Last Post: 07-07-2012, 09:24 PM
  3. Replies: 1
    Last Post: 27-09-2010, 12:50 PM
  4. problem installing sun java plugin in firefox
    By silent008 in forum Open Source
    Replies: 1
    Last Post: 26-11-2007, 11:46 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Close