Results 1 to 4 of 4

Thread: How insall eclipse 3.6.2 classic (lastest version) on ubuntu 11.04

  1. #1
    Join Date
    Apr 2011
    Beans
    2

    Question How insall eclipse 3.6.2 classic (lastest version) on ubuntu 11.04

    Hi I am beginner .
    How can I install eclipse 3.6.2 classic .
    What additional step need to write java program ?
    By the way I installed sun-java6-jre and sun-java6-jdk through Synaptic Package Manager .

    thanks

  2. #2
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: How insall eclipse 3.6.2 classic (lastest version) on ubuntu 11.04

    You can simply download it from Eclipse site, extract it somewhere in your home directory and execute the eclipse file inside it.

  3. #3
    Join Date
    May 2011
    Beans
    1

    Re: How insall eclipse 3.6.2 classic (lastest version) on ubuntu 11.04

    FYI I had issues with Eclipse 3.6 and Ubuntu 11.04; none of the menus worked. Either a java bug or an eclipse bug. Anyway, to fix it, you gotta write a script:

    Code:
    #!/bin/bash
    unset UBUNTU_MENUPROXY
    path/to/eclipse/here
    Props to this blog that told me about it: http://blog.matto1990.com/2011/04/us...u-11-04-natty/

  4. #4
    Join Date
    Mar 2011
    Location
    Pizza Hut
    Beans
    1,206
    Distro
    Kubuntu 13.10 Saucy Salamander

    Re: How insall eclipse 3.6.2 classic (lastest version) on ubuntu 11.04

    I was going to install the latest (Helios?) but I just decided to install the one from the repos. Less work. And for Java, use the Eclipse IDE for Java developers (that's what the one in the repos is I think). But if you want to install Classic, you need the Java plugin (JDE I think).
    Ubuntu user #35115 - Linux user #555707 - My Ubuntu Wik page
    Join the Ubuntu Forums' IRC room (#ubuntuforums on irc.freenode.net)!

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
  •