LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Plugin help (https://www.linuxquestions.org/questions/linux-software-2/plugin-help-80346/)

SnowSurfAir 08-09-2003 12:28 AM

Plugin help
 
I need to get the plugin x-java-vm to work in netscape and Mozilla. When I goto Netscapes site in says after it downloaded it that access was denied(in Netscape)

I mainly need it in Mozilla where can I find out how to install/download it?

MasterC 08-09-2003 12:31 AM

http://www.linuxquestions.org/questions/search.php

A quick breakdown, for more info, check the link above:
download java: www.blackdown.org
Install it
symlink:
ln -sf /path/to/java/jre/plugin/i386/libjavaplugin.so /usr/lib/mozilla/plugins
Check:
about:plugins

Cool

contrasutra 08-09-2003 12:54 AM

for the "permission denied" thing. Try running the browser as root.

linux_pioneer 08-09-2003 01:19 AM

According to mozilla www.mozdev.org sun's version of java is best for its latest stable version of mozilla 1.4. If you go to http://plugindoc.mozdev.org/linux.html you will find out how to install all the plugins for mozilla and where to find them to include java. The latest version of java is 1.4.2 and it works great with mozilla. You should install as root and remember to create a symbolic link to the java plugin (don't copy).

SnowSurfAir 08-09-2003 10:51 PM

how do I create a sybolic link?

MasterC 08-09-2003 11:14 PM

ln -sf

man ln

Or, check the link above that I provided ;)

Cool


All times are GMT -5. The time now is 06:15 PM.