Finally, and more important, because this seems to only work for Mozilla, I would like help getting java set up to work on my system (compiling and running programs).
Mozilla 1.4 and later
- Go to the plugins sub-directory under the Mozilla installation directory
cd <Mozilla installation directory>/plugins - In the current directory, create a symbolic link to the JRE ns7/libjavaplugin_oji.so file Type:
ln -s <JRE installation directory>/plugin/i386/ns7/libjavaplugin_oji.so - 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 . - Start Mozilla browser or restart it if it is already running. Note that if you have other Mozilla components (ie: Messenger, Composer, etc) running, you will need to restart them as well.
- Go to Edit > Preferences. Under Advanced category > Select Enable Java
Example:
-------------------- BYU Unix Users Group http://uug.byu.edu/
The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/newbies
