LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Java Plug-in for FireFox (https://www.linuxquestions.org/questions/linux-software-2/java-plug-in-for-firefox-160841/)

chinaundead 03-22-2004 04:31 AM

Java Plug-in for FireFox
 
HI,

when I go to view a webpage using my Firefox, it says :

This page contains imformation of a certain type (application/x-java-vm) that can be only viewed with appropriate plugins.
Click Ok to download plugin.

So I click download, and it says the installation finished successfully. But when I go to page again, it doesn't work, says the same thing.

I have already installed jsdk1.4.2, and it works fine in my computer.

Any solutions?

Thank you in advance!!!

Kovacs 03-22-2004 05:45 AM

If you have jsdk installed then you don't need to download the plugin, just make symbolic links from whereever java is installed to your firefox/plugins directory:

cd /path/to/firefox/plugins
ln -s /usr/lib/j2sdk1.4.2_01/jre/plugin/i386/ns4/libjavaplugin.so ./libjavaplugin.so
ln -s /usr/lib/j2sdk1.4.2_01/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so ./libjavaplugin_oji.so

You might have to modify the paths but you get the idea. That worked for me anyway, there is more info at texturizer.net.

chinaundead 03-22-2004 06:34 AM

it works fine now

Thank you!!!!


All times are GMT -5. The time now is 04:16 AM.