Re: Fedroa Core 5 Java

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 6/28/06, Chong Yu Meng <chongym@xxxxxxxxxxxxxx> wrote:
On Wed, 2006-06-28 at 18:35 -0700, Jeanette Russo wrote:
> Can someone please help me troubleshoot why my
> broswers are not using Java vm.
>
> I installed the RPM's from Sun and they installed fine
> and I can see them load when the machine boots.
>
> But neither Firefox or Opera are using the java.
>
> I am a kind of new user returning after being away
> from Linux for the last 4 years
>
> Thanks
>
Hi Jeanette,

You still need to setup a symbolic link in order to get the Java plugin
working in your browser:

1. Locate the plugins directory for your Firefox. It should be something
like /usr/lib/firefox-1.5.0.4/plugins

2. Locate the Java plugin in your Java distribution. The filename should
be something like libjavaplugin_oji.so. I'm not sure where this file is
located for Sun's Java, because I never use it on Linux. Anyway, the
general location should be /path/to/java/jre/bin/

3. Create a symbolic link:

# ln -s /path/to/java/jre/bin/libjavaplugin_oji.so \
/usr/lib/firefox-1.5.0.4/plugins/libjavaplugin_oji.so


Use /usr/lib/mozilla/plugins directory to hold the links, e.g.

# ln -s /path_to_java/jre/bin/libjavaplugin_oji.so \
/usr/lib/mozilla/plugins/libjavaplugin_oji.so

The /usr/lib/mozilla/plugins location is better because the
Mozilla.org browsers (Mozilla, Firefox, and Seamonkey) look there for
plugins and you will not have to recreate the link when Firefox gets
upgraded.

4. Restart the browser and in the address bar, type: about:plugins

5. You should see the Java plug-in registered there.

Hope this helps!

--
Pascal Chong
[snip]

-- Louis Pasteur

[snip]

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux