Results 1 to 2 of 2

Thread: java?

  1. #1
    Join Date
    Mar 2010
    Beans
    25

    java?

    so i tried to find java in my package management system and its nowhere to be found. does anyone know how to get it. im using xubuntu if it changes anything

  2. #2
    Join Date
    Mar 2010
    Location
    London
    Beans
    924

    Re: java?

    When you say Java, do you mean the runtime or the development kit for programming in the Java language?

    If the latter, you can install the JDK with:

    Code:
    sudo apt-get install openjdk-6-jdk
    In fact, I think this includes the JRE.. but probably not the best way to install it if you're only after the runtime.
    - "Make me a coffee..."
    - "No"
    - "sudo make me a coffee"
    - "OK"

Bookmarks

Posting Permissions

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