I'm trying to install Java 1.5 on Debian.
But when I write
apt-get install java-package
in bash, the error
unable to locate package java-package
is shown. Can anybody help me?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
That's probably because there is no What you need is one of the Java Runtime Environment (JRE) packages:
This is to be able to run Java applications. If you want to develop, just install the corresponding | |||
|
feedback
|
apt-get updateand see if it works now – Rafe Kettler Jul 25 '11 at 14:45sudo ...for apt-get? – user unknown Jul 25 '11 at 15:34