Results 1 to 3 of 3

Thread: Eclipse Galileo... where is java???

  1. #1
    Join Date
    Aug 2007
    Location
    Galway, Ireland
    Beans
    30
    Distro
    Ubuntu Development Release

    Eclipse Galileo... where is java???

    I can't seem to make a java project from eclipse... I installed Galileo but doesn't seem to find java.

    I know i have java installed:

    &java -version
    java version "1.6.0_0"
    OpenJDK Runtime Environment (IcedTea6 1.6.1) (6b16-1.6.1-3ubuntu1)
    OpenJDK Server VM (build 14.0-b16, mixed mode)

    &javac -version
    javac 1.6.0_15

    If I go to in eclipse window>preferences I can't find java anywhere...

    I'm sure is a very silly thing... I'm studying java in college where we use textpad from windows but i would like to get familiar with eclipse in Linux...
    Let the source be with you...

  2. #2
    Join Date
    Aug 2007
    Location
    Galway, Ireland
    Beans
    30
    Distro
    Ubuntu Development Release

    Re: Eclipse Galileo... where is java???

    i tried

    &sudo update-alternatives --config java

    and changing to java-6-sun but it didn't resolve the problem

    the output of &java -version now is:

    java version "1.6.0_15"
    Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
    Java HotSpot(TM) Server VM (build 14.1-b02, mixed mode)

    I restart eclipse window>preferences ... no java

    help !!!
    Let the source be with you...

  3. #3
    Join Date
    Aug 2007
    Location
    Galway, Ireland
    Beans
    30
    Distro
    Ubuntu Development Release

    Re: Eclipse Galileo... where is java???

    installing eclipse-jdt from synaptic solved the problem
    Let the source be with you...

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
  •