Results 1 to 2 of 2

Thread: Request help installing Java EE 6 tutorial required software

  1. #1
    Join Date
    Nov 2011
    Beans
    1

    Request help installing Java EE 6 tutorial required software

    I am trying to install the required software for the Java 6 EE tutorial, but am having no luck. Can someone please assist me with the commands to install?

    I am running Ubuntu 11.10.

    Tutorial Software list: http://download.oracle.com/javaee/6/...doc/gexaj.html

    Thank you.

    EDIT:
    I should add I tried:

    sudo apt-get update

    sudo apt-get install sun-java6-jdk sun-java6-jre
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package sun-java6-jre is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    Package sun-java6-jdk is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    E: Package 'sun-java6-jdk' has no installation candidate
    E: Package 'sun-java6-jre' has no installation candidate
    Last edited by thundercleese; November 20th, 2011 at 01:16 AM. Reason: Adding additional info

  2. #2
    Join Date
    Oct 2005
    Location
    Jakarta, Indonesia
    Beans
    29
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Request help installing Java EE 6 tutorial required software

    Hi,

    Since Ubuntu 11.10, Sun's JDK is no longer included in the repository. Try OpenJDK.
    Code:
    sudo apt-get install openjdk-6-jdk

Tags for this Thread

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
  •