New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Java 7 on B3

Got problems with your B2 or B3? Share and get helped!
Post Reply
RichoDemus
Posts: 22
Joined: 27 Mar 2012, 17:39

Java 7 on B3

Post by RichoDemus »

Hi, I want to run Java 7 on my B3, by running:

Code: Select all

sudo apt-cache search openjdk
I can only find openjdk-6-jre, so my questions are basically:
1. Is Java 7 available for B3?
2. if so, how do I download it?

Regards
Richard
wimr0001
Posts: 15
Joined: 28 Oct 2011, 15:59

Re: Java 7 on B3

Post by wimr0001 »

I encountered the same problem.
Oracle stopped license for packing java for linux.
You have to download jdk-7u40-linux-i586.tar.gz or jre-7u40-linux-i586.tar.gz from the Oracle website. (32 bits)
Set the file in /usr/lib/jvm and unpack.
Set the alternatives for "java" and there it is.
johannes
Posts: 1470
Joined: 31 Dec 2006, 07:12
Location: Sweden
Contact:

Re: Java 7 on B3

Post by johannes »

note that you need the arm (armel) packs, not x86. (No idea of avaiability though).
/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)
Post Reply