Just for Fun

Monday, December 25, 2006

Card games

Every card game is a journey.

Friday, December 08, 2006

Enable Java for firefox

After installing Sun's Java and the steps (see below) to enable Java for firefox, I still couldn't make it work until I did the following steps:

$cd
$cd .mozilla/plugins
$ln -s /usr/java//jre1.5.0_09/plugin/i386/ns7/libjavaplugin_oji.
so
********************
Enable and Configure
Mozilla 1.4 and later

1. Go to the plugins sub-directory under the Mozilla installation directory
cd /plugins
2. In the current directory, create a symbolic link to the JRE ns7/libjavaplugin_oji.so file Type:
ln -s /plugin/i386/ns7/libjavaplugin_oji.so

Example:
* If Mozilla is installed in this directory:
/usr/lib/mozilla-1.4/
* and if the JRE is installed at this directory:
/usr/java/jre1.5.0
* Then type at the terminal to go to the browser plug-in directory:
cd /usr/lib/mozilla-1.4/plugins
* Enter the following command to create a symbolic link to the Java Plug-in for the Mozilla browser.
ln -s /usr/java/jre1.5.0/plugin/i386/ns7
/libjavaplugin_oji.so .