Results 1 to 8 of 8
I can't get Java runtime to work in firefox. I have the java 1.6.0 plugin for firefox installed, via YAST but java doesn't work. I have no idea where to ...
- 11-09-2007 #1
Java for Firefox
I can't get Java runtime to work in firefox. I have the java 1.6.0 plugin for firefox installed, via YAST but java doesn't work. I have no idea where to start.
"Do or do not...there is no try" -Yoda
History is a set of lies agreed upon by the winners.
Linux is user friendly, not idiot friendly.
Linux User 437442
- 11-09-2007 #2
What version of Suse?
Is it 64 bit or 32??
- 11-09-2007 #3
oops... Got lazy...
It is OpenSUSE 10.3 32-bit."Do or do not...there is no try" -Yoda
History is a set of lies agreed upon by the winners.
Linux is user friendly, not idiot friendly.
Linux User 437442
- 11-09-2007 #4
Java should have been installed by default. How are you trying to install it?
- 11-09-2007 #5
Enter "about:plugins" in Firefox. Is java listed in the output?
- 11-11-2007 #6
I thought it was installed by default as well. And no firefox does not say I have a java plugin.
I used YAST to install the latest java run time environment (1.6.0) and I checked the java-firefox plugin in YAST as well."Do or do not...there is no try" -Yoda
History is a set of lies agreed upon by the winners.
Linux is user friendly, not idiot friendly.
Linux User 437442
- 11-12-2007 #7
I always seem to have this problem as well. Hopefully this will help....
You need to create a symbolic link to libjavaplugin_oji.so in .mozilla/firefox/plugins folder.
On my system the java plugin is located in /usr/lib/jvm/java-1.6XXX/jre/plugins/i386/ns7/libjavaplugin_oji.so
If yours is different just do a search for the plugin in your system.
To create the link, go to the firefox plugins directory, start the command line and enter
Code:ln -s /usr/lib/jvm/java-1.6XXX/jre/plugins/i386/ns7/libjavaplugin_oji.so
Linux. Get Counted!! http://counter.li.org/
- 11-12-2007 #8
thank you.... that worked.
"Do or do not...there is no try" -Yoda
History is a set of lies agreed upon by the winners.
Linux is user friendly, not idiot friendly.
Linux User 437442


Reply With Quote