Archived entries for Linux

Ubuntu 9 – applet in Eldy browser

some users experienced problem accessing a website with applets using Eldy browser.

that happens for some missing symbolic links in some configurations:
A) create a symbolic link for applet engine in  xulrunner
1-   cd /usr/lib/xulrunner-1.9.0.16/plugins
2-   ln -fs /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so

B) if problem persistes, and sun-java6-plugin is installed:
1- apt-get remove sun-java6-plugin
2- cd /usr/lib/firefox-3.0.16/plugins
3- ln -fs /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so
4-   cd /usr/lib/xulrunner-1.9.0.16/plugins
5-   ln -fs /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so

Good luck!

how to install java on Debian 5

The original Sun Java 2 is available in the ‘non-free’ section of the Debian repositories. To enable this section first add the non-free repository to the apt sources file – the /etc/apt/sources.list should look like, – important parts are in bold:


deb http://ftp.us.debian.org/debian/ etch main contrib non-free

Now, update apt:

sudo apt-get update

Then install the Java debian packages.

sudo apt-get install
sun-java6-jre



Copyright © 2004–2009. All rights reserved.

RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.