Results 1 to 3 of 3
hello all
first i don't understand why in windows version there is a java plugin in the netscape intellation
and in linux there isn't.
i downloaded j2se 1.41 plugin from ...
- 04-22-2003 #1Just Joined!
- Join Date
- Mar 2003
- Posts
- 22
can't install java plugin 1.41 in netscape 7
hello all
first i don't understand why in windows version there is a java plugin in the netscape intellation
and in linux there isn't.
i downloaded j2se 1.41 plugin from sun's site.
i installed the rpm and still netscape says that it needs to download the plugin when it needs it.
i tried adding the mime type in netscape helper applications like this
i put in the mime type: application/x-java-vm
and for an application i put: /usr/java/j2re1.4.1_02/plugin/i386/ns610/libjavaplugin_oji.so
(there were 3 folders for plugins one ns4 one ns6 and one ns610 so i tried the newest).
but still nescape tells me that it needs to doanload the java plugin.
does anybody knows how to make this work.
bye
- 04-22-2003 #2Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
link it
Assuming that you correctly installed J2SE1.4.1, all you really need to do is create a soft link. I'm using mozilla and my Java home directory is /usr/java.
Once that's done, you can test if the plugin is installed correctly by going to Help -> About Plugins in the Netscape menubar. You might need to restart Netscape after you run the code.Code:bash$ ln -s /usr/java/jre/plugin/i386/ns610/libjavaplugin_oji140.so /usr/lib/mozilla/plugins
The best things in life are free.
- 04-22-2003 #3Just Joined!
- Join Date
- Mar 2003
- Posts
- 22
solved
that worked
thanks very much


Reply With Quote
