1827439 Members
5588 Online
109965 Solutions
New Discussion

Java-Plugin

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

Java-Plugin

I am using Konqueror browser and trying to read a local file @

"file:///opt/CA/ARCserve/httpd/index.html"

And I get the following error

"no plugin found for application/X-Java-Applet"

Any idea how I resolve this issue?
UNIX IS GOOD
3 REPLIES 3
Sergejs Svitnevs
Honored Contributor
Solution

Re: Java-Plugin

1. Turn off java in konqueror unchecked enabled globally).
2. Download and install j2re Linux rpm from java.sun.com (http://www.java.com/en/download/manual.jsp).
3. Point konqueror to the java binary and re-enable java globally.

Regards,
Sergejs
Nobody's Hero
Valued Contributor

Re: Java-Plugin

OK, Thanks,

How do I install a file with a .bin extension like...

j2re-1_4_2-linux-i586-rpm.bin

Normally I use

rpm -i "filename.rpm"
UNIX IS GOOD
Sergejs Svitnevs
Honored Contributor

Re: Java-Plugin

check out the following link:
http://www.java.com/en/download/help/linux_install.jsp#install-pkg

1) chmod a+x j2re-1_4_2_-linux-i586-rpm.bin
2) ./j2re-1_4_2_-linux-i586-rpm.bin
3) rpm -iv j2re-1_4_2_-linux-i586.rpm

Regards,
Sergejs