This blog will contain tips and recommendations for software and anything else catching my fancy

01 March 2010

64 Bit Opera and Java in Linux

In the past I've had some troubles with 64bit Opera and Java, not playing like nice kids do, so here is a quick fix (and as far as I know the -only- clean way to fix).

Go to the directory:

cd /opt/sun-jdk-version.number/jre/lib/amd64

Then create a symbolic link:

ln -s server/libjvm.so

This has to be done as root.

Restart your browser, and witness the Java-magic unfold :-)

No comments:

Post a Comment