Card games
Every card game is a journey.
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
2. In the current directory, create a symbolic link to the JRE ns7/libjavaplugin_oji.so file Type:
ln -s
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 .