Results 1 to 2 of 2
Hi, I am trying to install JVM on debian. I first noticed that there are no stable packages for this. So after a bit of search on the net I ...
- 06-10-2007 #1
JVM on Debian
Hi, I am trying to install JVM on debian. I first noticed that there are no stable packages for this. So after a bit of search on the net I realized that the package name is java-package and it is unstable. After a bit of work (ie. upgrade my 2.4 kernel to 2.6.
, i managed to install the package through apt-get.
The problem that I am having is that, I have no idea where java is. for instance when type java, nothing comes up (as oppose to in Windows where the compiler actually starts.)
Any ideas on what I need to do to get this work.
- 06-11-2007 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
find out the pavkage name with one of the followings command
(i think you want the sun-java5-jre package)Code:aptitude search java or apt-cache search java


Reply With Quote
