Re: Java version

2016-12-01 Thread Emmanuel Bourg
Le 26/11/2016 à 21:45, Hannu R a écrit :
> The default jre is old, version 7. Can it be updated to 8?

Hi Hannu,

You can install Java 8 from the jessie-backports repository if you need
a more recent version.

Emmanuel Bourg



Re: Java version

2016-11-26 Thread Paul Wise
On Sun, Nov 27, 2016 at 4:45 AM, Hannu R wrote:

> The default jre is old, version 7. Can it be updated to 8?

The default jre is version 8 in Debian stretch and later:

https://packages.debian.org/stretch/default-jre

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Re: java version

2002-01-11 Thread Arnaud Vandyck
[EMAIL PROTECTED] wrote:

> I want to install NetBeans IDE; it requires java 2 to run.
> Since I'm running debian/potato, what packages should I install to
> satisfy the IDE's requirement?

#Add this line to /etc/apt/source.list
deb ftp://ftp.easynet.be/blackdown/debian potato non-free

#Or choose another location 
#http://www.blackdown.org/java-linux/mirrors.html

$ apt-get update
$ apt-get install j2sdk1.3
$ apt-get install j2sdk1.3-doc-installer
# (but you'll need to download it)

Have fun with Java,

-- Arnaud, STE-Formations Informatiques, fapse, ULg, .BE




Re: java version

2002-01-11 Thread Arnaud Vandyck

[EMAIL PROTECTED] wrote:

> I want to install NetBeans IDE; it requires java 2 to run.
> Since I'm running debian/potato, what packages should I install to
> satisfy the IDE's requirement?

#Add this line to /etc/apt/source.list
deb ftp://ftp.easynet.be/blackdown/debian potato non-free

#Or choose another location 
#http://www.blackdown.org/java-linux/mirrors.html

$ apt-get update
$ apt-get install j2sdk1.3
$ apt-get install j2sdk1.3-doc-installer
# (but you'll need to download it)

Have fun with Java,

-- Arnaud, STE-Formations Informatiques, fapse, ULg, .BE


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]