Thursday, November 25, 2004

java applet config on ubuntu firefox. sun jdk...

in .bashrc or /etc/profile:

export JAVA_HOME="/opt/j2sdk1.4.2_06/"
export JDK_HOME="${JAVA_HOME}"
export PATH="${JAVA_HOME}/bin:${PATH}"

as root:

ln -sf /opt/j2sdk1.4.2_06/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so /usr/lib/mozilla-firefox/plugins/libjavaplugin_oji.so

if you havent installed java on ubuntu yet... check this out... and this one too for eclipse... afterwards... rock!

No comments: