1830898 Members
3019 Online
110017 Solutions
New Discussion

Java for firefox?

 
SOLVED
Go to solution
Dean at Edag
Occasional Advisor

Java for firefox?

Hello, is there a way to install java such that firefox can run java applets, or a command line switch that can be used when launching firefox that would accomplish the same thing? Otherwise firefox is not so useful. I can install the depot for java, and even a depot that is claimed to be specifically java for firefox, but nothing has worked so far. Thanks, Dean.
3 REPLIES 3
Padma Asrani
Honored Contributor

Re: Java for firefox?

Hi Dean

Check this link.
http://www.mozilla.org/support/firefox/faq.html#q2.2

It says how can you install java for firefox.


Regards
Padma
Dennis Handly
Acclaimed Contributor
Solution

Re: Java for firefox?

The link that Padma mentions doesn't mention HP-UX. See the java page:
http://www.hp.com/go/java

That page also points to firefox:
http://www.hp.com/products1/unix/java/firefox/index.html

If you say you have already installed java, you may have to do something like:
export MOZ_PLUGIN_PATH=/opt/mozilla/plugins
(or firefox)

Or make sure there are links in /opt/firefox/plugins

What does "about:plugins" show in the address bar?
Dean at Edag
Occasional Advisor

Re: Java for firefox?

Hello, installing java, and creating a soft link from /opt/firefix/plugins to the appropriate .sl file in the java directory, solved this. Thanks.