Quote:
Originally posted by megnin
I have done both the "online" install you get when you hit a page that says "click here to install this plugin" and done manual installs ...I think, anyway.
Can you tell me what steps I should have done or a web page with manual install instructions? Is it okay to install while logged in as root?
thanks
|
First, I will state what I consider to be something incredibly obvious, and it probably is not applicable (you probably did this), but, just in case:
Be sure that Firefox is not running when you install Java.
OK, now that the obvious is out of the way,
I'll quote from the manual install page. A lot of this may be redundant, so if it is, please ignore it!

Also, remember to search for the files starting at / because they will not be in /.netscape/ but rather, they will be in some FireFox related folder. You may also wish to look for Firebird in case that was installed. If you find it, you might as well remove the entire folder since its obsolete now.
OPTIONAL:
This is an assumption that you are running KDE desktop. If you are not, ignore the following paragraph...
If you find the files in Konquerer, you may wish to consider removing (or renaming) them as well, and then adding Java to for Konquerer again to update it. Or, you may wish to manually update KDE using rpm -Fvh *.rpm. I downloaded the entire folder from the KDE mirror so I would have everything I needed.
(Of course, I also upgraded to KDE 3.2.1, but that ¡s another story altogether.

)
Quote:
Uninstall previous installation of the Java Plug-in, if applicable.
rm -fr $HOME/.netscape/java
rm $HOME/.netscape/plugins/javaplugin.so
rm $HOME/.netscape/plugins/libjavaplugin.so
One or more of these files may not exist on your machine, depending on which previous versions of Java Plug-in you have installed.
|
When I followed the instructions to install manually, it did not work either because it was for mozilla, not firefox. So, I had to think slightly outside the box.
The first thing I did was search for files named firefox. Once I located the folders, I noted that it was in two locations. I opened another search to search for plugins.
I looked in all of the plugin folders for the symbolic link. I did not find it. Next, I opened a terminal window and changed directory to the plugin folder for firefox. (I did this in BOTH folders btw since I did not know which was the correct one.)
I ran the following:
Quote:
ln -s <JRE>/plugin/i386/ns610/libjavaplugin_oji.so
|
Replace <JRE> with the absolute path for the JRE you installed (Note - try grabbing the new version, _04 just to be up to date.)
In my case, with SuSE, I had to do this as well:
Quote:
For the SuSE 8.1 or higher Mozilla browser, replace ns610 with ns610-gcc32 in the ln command line above.
|
I do not know if this pertains to RH9.
When I was done, I restarted X.
I searched for new plugins, then did a Google search for java test and hit a page to confirm java worked. It did.
I believe the key was ensuring that I was in the correct folder in terminal when I ran the command. I probably overdid it by running the command from two plugin folders, but it seems to work!
Don't give up. It's probably something incredibly simple we are overlooking. This is a learning experience for me as well, so I am happy to try to help you work through this.
Hang in there. You will end up with joy in the end, I am certain!
