Getting a lightweight installation of Java Eclipse

前端 未结 9 1528
北海茫月
北海茫月 2021-01-29 22:36

Having dealt with yet another stupid eclipse problem, I want to try to get the lightest, most minimal Eclipse installation as possible.

To be clear, I use eclipse for tw

9条回答
  •  耶瑟儿~
    2021-01-29 23:35

    You can download the empty Eclipse platform and then manually install the JDT tools.

    1. Go to the The Eclipse Project Downloads page.
    2. Choose the bundle you want, probably Latest Release.
    3. On the download page of the chosen bundle:
      1. Download Platform Runtime Binary
      2. Download JDT Runtime Binary
    4. Extract the Platform Runtime Binary archive file and run it (for example, by double clicking on eclipse.exe).
    5. Install the JDT binary:
      1. Click Help → Install New Software → Add... → Archive.
      2. Choose the JDT zip file you downloaded.
      3. Uncheck Group Items by category.
      4. Select the Eclipse Java Development Tools.
      5. Click next to install and restart Eclipse when prompted.

    JDT from the Eclipse update site

    You can also install JDT from the Eclipse update site, instead of downloading the binary.

    To do this, do this following:

    1. Skip downloading the JDT Runtime Binary, only download, extract and run the Platform Runtime Binary.
    2. Go to the Install New Software, but instead of Archive chose the Eclipse download site.
    3. Search and install Eclipse Java Development Tools.

提交回复
热议问题