LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Chrome Unable to install JAVA plugin (https://www.linuxquestions.org/questions/linux-newbie-8/chrome-unable-to-install-java-plugin-4175487992/)

tousif 12-15-2013 12:47 AM

Chrome Unable to install JAVA plugin
 
hI, hope you're doing well :D

i am wondering to play some online games, the problem is
chrome says "JAVA Plugin" is missing,

Kindly note i've already followed java installation instruction given at Java website.have a look at following output

Code:

root@debian:~# java -version
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1~deb7u1)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
root@debian:~#

But Chrome is still unable to find java plugin even after restart.

how to fix this? any help would be great :D

jdkaye 12-15-2013 04:26 AM

Code:

~$ java -version
java version "1.7.0_21"
OpenJDK Runtime Environment (IcedTea 2.3.9) (7u21-2.3.9-5)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)

Maybe your Java version is a bit too old? What website fails to work because of Java on your system?
jdk (not Java)

tousif 12-15-2013 10:46 PM

Website is given below,
http://www.miniclip.com/games/en/
so how can i update java/JDK to latest?

jdkaye 12-16-2013 01:12 AM

I tried your link using Chrome and it doesn't work indeed. Maybe the problem has something to do with this message?
Quote:

This game cannot be played on this computer. Supported Platforms: Windows and OSX
I have no idea if this is your problem since you are not very generous with the details of your problem. For example, what game did you try to run? I tried it on Black Sun. The site does not support linux which is the probable cause of your problem. Plenty of other sites of this kind do support linux. I'd suggest you try them.
jdk

tousif 12-21-2013 10:01 PM

3 Attachment(s)
Quote:

Originally Posted by jdkaye (Post 5081388)
I tried your link using Chrome and it doesn't work indeed. Maybe the problem has something to do with this message?

I have no idea if this is your problem since you are not very generous with the details of your problem. For example, what game did you try to run? I tried it on Black Sun. The site does not support linux which is the probable cause of your problem. Plenty of other sites of this kind do support linux. I'd suggest you try them.
jdk


what kind of information you want to know? i'm new bee for this,
Okay i understood that website isn't supported by linux !!?
i would like to provide few more java test links provided at Debian Wiki,they're not working too, what you think about this?Please check out attached pictures

https://wiki.debian.org/TestJava

Please provide me few more information you want to know as i'm totally new bee for these :D so tell me what should i post further to give you more hints about my problem, such as few command outputs or some log files or whatever you want to have look at !!!

jdkaye 12-22-2013 02:36 AM

Why do you run java as root? (shown in your post #1) Can you run java as a normal user? Have you installed the icedtea-7-plugin package?
Have you tried installing a more up to date version of icedtea? Using the version of Java shown in post #2 I can access the sites you mention in your Testjava link and they find java with no problem.
jdk

tousif 12-22-2013 03:41 AM

Quote:

Originally Posted by jdkaye (Post 5085353)
Why do you run java as root? (shown in your post #1) Can you run java as a normal user?
Have you tried installing a more up to date version of icedtea? Using the version of Java shown in post #2 I can access the sites you mention in your Testjava link and they find java with no problem.
jdk

Java as normal user
Code:

neo@debian:~$ java -version
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1~deb7u1)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)

okay i'll install newer version of icetea and will post back soon

tousif 12-22-2013 03:53 AM

Problem is solved
 
Please visite http://forums.debian.net/viewtopic.php?f=30&t=77929

what i did !!
simply open the terminal & type,
$ apt-get install openjdk-7-jre icedtea-plugin

now i can play games online.and all java test's are successful

thanks jdkaye, it was problem of ice-tea plugin and seems to be solved now.
have look at this output,

Code:

neo@debian:~$ java -version
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1~deb7u1)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)


jdkaye 12-22-2013 04:38 AM

Glad to have been of service. Enjoy your iced tea.
jdk (not java)


All times are GMT -5. The time now is 04:18 PM.