mozilla does not reconize java plugin

Asked by 123a123b123clouis howard

mozilla does not reconize java plugin .I want java so i can update my drivers .I would prefere it if somebody could enter my computer and install java

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu firefox Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Sam_ (and-sam) said :
#1

Go to tools -> addons -> plugins and verify if icedtea-plugin is installed.
Or open a terminal: ctrl+alt+t
dpkg -l icedtea* | grep ii

Example output:
ii icedtea-plugin 1.1.3-1ubuntu1.1 web browser plugin based on OpenJDK and IcedTea to execute Java applets

https://help.ubuntu.com/community/Java

Testpage (javascript needs to be enabled to load the applet).
https://www.java.com/en/download/testjava.jsp

Revision history for this message
123a123b123clouis howard (leehoward-x) said :
#2

thanks Sam Went to java test which said java was working and up to date ,but thehavei got java website said there is an update.Mozilla is still saying"Unkown Plugin".The terminal is saying it is not installed Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
ii icedtea-6-jre- 6b23~pre11-0ub Alternative JVM for OpenJDK, using Cacao
ii icedtea-6-jre- 6b23~pre11-0ub Alternative JVM for OpenJDK, using JamVM
un icedtea-gcjweb <none> (no description available)
ii icedtea-netx 1.1.3-1ubuntu1 NetX - implementation of the Java Network La
ii icedtea-plugin 1.1.3-1ubuntu1 web browser plugin based on OpenJDK and Iced
un icedtea6-jre-c <none> (no description available)
un icedtea6-plugi <none> (no description available)
louis@louis-Aspire-5741:~$
Hope someone can make sence of this have i got java yes no its got me

Revision history for this message
123a123b123clouis howard (leehoward-x) said :
#3

i have just renstalled ubuntu still cannot get java no plugin also found infomation from last OS on this OS in mozilla that cant be right as wiped the slate clean .Anyway if there anybody out there who can how to get java installed without busting my computer again i would love to hear from you

Revision history for this message
Sam_ (and-sam) said :
#4

Reinstalling Ubuntu because mozilla is complaining about a missing plugin can be considered as an overreaction.

> The terminal is saying it is not installed

Wrong. The output clearly shows java-plugin as installed.
ii icedtea-plugin

Verify that this java runtime is installed.
openjdk-6-jre

Then try:
sudo update-alternatives --config java

Which website is complaining about missing java?

Revision history for this message
123a123b123clouis howard (leehoward-x) said :
#5

On 27/11/11 02:11, Sam_ wrote:
> sudo update-alternatives --config java
sorry sam.Thefirst command it said there was no such command ,and the
second command it did nothing ,hope that was helpful louis

Revision history for this message
Sam_ (and-sam) said :
#6

The first was the package name only, not a command.
Expected was to find out if the package is installed.
Try this to see if it's installed:
dpkg -l openjdk-6-jre

When java runtime is installed, the second one
sudo update-alternatives --config java

should at least output something like 'only one alternative .... nothing to configure'.

Revision history for this message
123a123b123clouis howard (leehoward-x) said :
#7

On 27/11/11 09:55, Sam_ wrote:
> Your question #179933 on firefox in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/firefox/+question/179933
>
> Status: Open => Answered
>
> Sam_ proposed the following answer:
> The first was the package name only, not a command.
> Expected was to find out if the package is installed.
> Try this to see if it's installed:
> dpkg -l openjdk-6-jre
>
> When java runtime is installed, the second one
> sudo update-alternatives --config java
>
> should at least output something like 'only one alternative .... nothing
> to configure'.
>
louis@louis-Aspire-5741:~$ dpkg -l openjdk-6-jre
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
un openjdk-6-jre <none> (no description available)
louis@louis-Aspire-5741:~$

Revision history for this message
Sam_ (and-sam) said :
#8

Please close firefox and install java:
sudo apt-get install openjdk-6-jre

Then please post output of:
sudo update-alternatives --config java

Can you help with this problem?

Provide an answer of your own, or ask 123a123b123clouis howard for more information if necessary.

To post a message you must log in.