vish786
"The Gentleman"
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
Download Jdk(java development kit) or you can get Jre(java runtime env) & save some space.
In terminal:
now copy jdk<version> to /home/<username>/java
creating link for java plugin
copy the libflashplayer.so file to "/home/<username>/firefox<version>/firefox/plugins/"
For Firefox shortcut
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.
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>
In terminal:
Code:
mkdir /home/<username>/java && cd /home/<username>/java
Code:
chmod 777 jdk<version>
./jdk<version>
Code:
ln -s /home/<username>/java/jdk1.6.0_03/jre/plugin/i386/ns7/libjavaplugin_oji.so /home/<username>/firefox<version>/firefox/plugins/
For Firefox shortcut
Code:
ln -s /home/<username>/firefox<version>/firefox/firefox /home/<username>/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: