Archive

Posts Tagged ‘java 7’

Start vuze with Java 7

August 22, 2012 Leave a comment

Problem
I installed Oracle Java 7 to /opt/java. When I start vuze and check Help -> About, it says it is still using Java 6. Hmm…

Solution
Edit the vuze launch script:

JAVA_PROGRAM_DIR="/opt/java/bin/"    # Add the trailing slash!
Categories: java Tags: ,

Java plugin for Firefox under 64-bit Ubuntu 11.10

January 3, 2012 Leave a comment

This entry is based on this post.

Problem
I have a 64-bit Ubuntu (11.10) and I want Java support in Firefox.

Solution
My Java SE 7 update 2 is installed to /opt/java.

cd /usr/lib/mozilla/plugins  
sudo ln -s /opt/java/jre/lib/amd64/libnpjp2.so  

Trouble
Well, this isn’t working perfectly for me. In Firefox it appears under the Plugins tab and according to Java Tester it’s OK. However, if I visit http://java.com/en/download/help/testvm.xml, Firefox freezes :(

Categories: firefox, ubuntu Tags: , ,
Design a site like this with WordPress.com
Get started