Install Eclipse JDT on top of CDT

后端 未结 3 1862
轮回少年
轮回少年 2020-12-02 11:00

I have the eclipse CDT installed, and I would like to install Java development functionality (JDT) on top of my CDT installation. I\'ve been Googling from an hour but I can\

相关标签:
3条回答
  • 2020-12-02 11:34

    For Eclipse 2020-06 the weakest precondition seems to be

    1.) JDK 11

    2.) eclipse.ini has top entries

    -vm
    <jdk-11/jre-11 path>/bin
    

    3.) JDT appears in "Install New Software" repository http://download.eclipse.org/releases/2020-06 as "Eclipse Java Development Tools"

    NOTE: Installation of Java 11 is not required, downloading/extracting ZIP File is sufficient, e.g. if you prefer to continue development with Java 8

    0 讨论(0)
  • 2020-12-02 11:35

    Remember to write http:// before the download.eclipse..... if you don't put that it won't work

    0 讨论(0)
  • 2020-12-02 11:43

    All versions of Eclipse have a standard base, then a specific set of plugins, depending on the version. All you have to do is go to the Help > Install New Software menu, select the Eclipse update site (e.g. "Galileo - http://download.eclipse.org/releases/galileo"), and under the Programming Languages section, select Eclipse Java Development Tools.

    If you don't see the Java Development Tools in the list, click on the "already installed" link on the install page--you may already have the Java tools installed.

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