How do I install eclipse PDE on Indigo (3.7)

后端 未结 3 1056
囚心锁ツ
囚心锁ツ 2021-01-05 07:52

I just re-installed eclipse, using the latest version (Indigo / 3.7), and I run into the exact same problem as I did half a year ago. I installed the eclipse java IDE, now h

相关标签:
3条回答
  • 2021-01-05 08:36

    Go to Window --> Open Perspective --> Plug-in Development.

    This should show some of the features that you are missing.

    0 讨论(0)
  • 2021-01-05 08:47

    If you downloaded the Eclipse IDE for Java Developers then you will not have PDE pre-installed. It is included in the Eclipse Classic download. The simplest way to obtain PDE is:

    1. In the menu goto Help --> Install New Software.
    2. In the Available Software dialog select the Indigo site (http://download.eclipse.org/releases/indigo) from the "Work with" drop down.
    3. In the search box enter the phrase "Plug-in" this should filter the list so you can see the Eclipse Plug-in Development Environment.
    4. Click the checkbox and finish and install.

    In step 3 you can also get to it by expanding "General Purpose Tools" and then scrolling down to Eclipse Plug-in Development Environment.

    0 讨论(0)
  • 2021-01-05 08:48

    For anyone coming to this page in the future, The package you want to install is the:

    Eclipse SDK
    

    Which I found on the the http://download.eclipse.org/eclipse/updates/3.7 update site

    0 讨论(0)
提交回复
热议问题