Find the answer to your Linux question:
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 ...
  1. #1
    mss
    mss is offline
    Just Joined! mss's Avatar
    Join Date
    Jan 2006
    Posts
    45

    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.

  2. #2
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    find out the pavkage name with one of the followings command

    Code:
    aptitude search java
    or
    apt-cache search java
    (i think you want the sun-java5-jre package)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •