Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Howto install a Java Runtime Enviroment?

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Bugi
Posts: 4
Joined: 2005-07-04 08:22

Howto install a Java Runtime Enviroment?

#1 Post by Bugi »

Thanks Advanced.

drogatoo
Posts: 13
Joined: 2005-07-03 19:30

#2 Post by drogatoo »

Just follow this link
http://java.com/en/download/help/500001 ... extracting
You have all the instructions there and you can download it from there too

User avatar
manny
Posts: 38
Joined: 2005-06-28 04:37
Location: Mexico

#3 Post by manny »

apt-get install sun-j2re1.4 or 5, if you add to your /etc/apt/sources.list the repositories from Christian Marillat. Works with synaptic too.
Link: http://debian.video.free.fr/ read the page, but here's a copy/paste:

Code: Select all

For sarge (stable) i386 and sparc packages

Add in your /etc/apt/sources.list
deb ftp://ftp.nerim.net/debian-marillat/ sarge main

For etch (testing) i386 and sparc packages

Add in your /etc/apt/sources.list
deb ftp://ftp.nerim.net/debian-marillat/ etch main

For sid (unstable) i386 and sparc packages.

Add in your /etc/apt/sources.list
deb ftp://ftp.nerim.net/debian-marillat/ sid main

For unstable ppc packages from Guido Guenther, go here : unstable-ppc

Add in your /etc/apt/sources.list
deb http://honk.physik.uni-konstanz.de/~agx/linux-ppc/debian/ mplayer/

For unstable amd64 packages, go here : unstable-amd64
Add in your /etc/apt/sources.list
deb http://cyberspace.ucla.edu/marillat/ sid main

For stable amd64 packages, go here : stable-amd64
Add in your /etc/apt/sources.list
deb http://cyberspace.ucla.edu/marillat/ sarge main

You also need a main amd64 repository.
See here for a list of mirrors.

For libdvdcss stable, testing and unstable amd64 packages

Add in your /etc/apt/sources.list for stable
deb ftp://ftp.nerim.net/debian-marillat/ sarge main
Add in your /etc/apt/sources.list for testing
deb ftp://ftp.nerim.net/debian-marillat/ etch main
Add in your /etc/apt/sources.list for unstable
deb ftp://ftp.nerim.net/debian-marillat/ sid main

For source go here : source

Add in your /etc/apt/sources.list
deb-src ftp://ftp.nerim.net/debian-marillat/ sid main

Bugi
Posts: 4
Joined: 2005-07-04 08:22

#4 Post by Bugi »

Thank u very much!

User avatar
manny
Posts: 38
Joined: 2005-06-28 04:37
Location: Mexico

#5 Post by manny »

As of Jul 18 it seems to be down :( but you can apt get it here: http://debian-unofficial.org/index.html
Add the following two lines into your /etc/apt/sources.list file:

Code: Select all

deb http://ftp.debian-unofficial.org/debian sarge main contrib non-free restricted
deb-src http://ftp.debian-unofficial.org/debian sarge main contrib non-free restricted

Post Reply