how to enable java in Browser on Centos 6.5

0

1

i already install Java (jdk 6u45 and jre 6u45) in a Centos 6.5 Server, but i don't know why in my browser appears to enable java plugin, these are steps to install java in my machine:

rpm -ivh jdk-6u45-linux-i586.rpm
rpm -Uvh jdk-6u45-linux-i586.rpm

rpm -ivh jre-6u45-linux-i586.rpm
rpm -Uvh jre-6u45-linux-i586.rpm

Can somebody help me guys with that issue? Thank you very much! By the way, i'm trying to enable in Chrome and Mozilla Firefox...

Mario

Posted 2014-05-07T17:56:57.283

Reputation:

Why are you using CentOS server as a desktop OS to begin with...? – Nathan C – 2014-05-07T18:12:00.540

look, i just want to do some tests, as a client machine, no matter what distro i am using it, but i have to enable java in a browser! – None – 2014-05-07T18:14:05.260

i already search it, but i haven't found it yet, but its ok i think is better to keep it searching instead of waiting a simple answer or help.... – None – 2014-05-07T19:22:31.517

Answers

1

You need to install the web-plugin, on top of java:

yum install icedtea-web

This took me about 25 second of googling...

Bruno9779

Posted 2014-05-07T17:56:57.283

Reputation: 1 225

1now this post is #1 on google – Daniel de Zwaan – 2014-09-03T10:38:01.230

Still the OP never came back. It seems that his account is disabled – Bruno9779 – 2014-09-05T13:27:36.937

Also, following the steps the OP does and then this, Java is NOT enabled in Chrome – PsychoData – 2014-11-01T01:57:39.693

Centos is not shipped with centos. If the OP wants to know about chrome's centos he needs to be explicit about it – Bruno9779 – 2014-11-01T01:59:55.853