用户登录
用户注册

分享至

获得 Java Eclipse 的轻量级安装

  • 作者: 四二班班主任
  • 来源: 51数据库
  • 2023-01-29

问题描述

在处理了另一个愚蠢的 Eclipse 问题后,我想尽可能地获得最轻、最小化的 Eclipse 安装.

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

为了清楚起见,我使用 eclipse 做两件事:

To be clear, I use eclipse for two things:

  • 编辑 Java
  • 调试 Java

我通过 Emacs/Zsh 做的所有其他事情(编辑 JSP/XML/JS、文件管理、SVN 签入等).我还没有发现在 Eclipse 中工作以高效甚至可靠地完成这些任务的任何方面,所以我不想要与之相关的插件.

Everything else I do through Emacs/Zsh (editing JSP/XML/JS, file management, SVN check-in, etc). I have not found any aspect of working in Eclipse to do these tasks to be efficient or even reliable, so I do not want plug-ins that relate to it.

来自 eclipse.org 网站,this是他们拥有的最轻量级的 eclipse 安装,我不想要任何这些东西(Bugzilla、Mylyn、CVS xml_ui),即使我不使用它们,它们实际上也有问题.

From the eclipse.org site, this is the lightest install of eclipse that they have, and I don't want any of those things (Bugzilla, Mylyn, CVS xml_ui), and have actually had problems with each of them even though I do not use them.

那么我能得到的最小构建是什么:

So what is the minimal build I can get that will:

  1. 忽略 SVN 元数据
  2. 包括功能齐全的编辑器(智能感知和类型查找)
  3. 包括功能齐全的调试器(标准 Eclipse/JDK)

没有任何额外的插件、平台或与其他平台的集成",具体来说,我不想处理与以下相关的插件:

Does not have any extra plug-ins, platforms, or "integrations" with other platforms, specifically, I don't want to deal with plug-ins relating to:

Maven、JSP 验证、Javascript 编辑或验证、CVS 或 SVN、Mylyn、Spring 或 Hibernate 特性"、应用服务器(如捆绑的 Tomcat/GlassFish/等)、J2EE 工具或类似工具.

Maven, JSP Validation, Javascript editing or validation, CVS or SVN, Mylyn, Spring or Hibernate "natures", app servers like a bundled Tomcat/GlassFish/etc, J2EE tools, or anything of the like.

我主要做 Spring/Hibernate/web-mvc 应用程序,并且从未处理过可以优雅地处理其中任何一个的 Eclipse 插件,我可以使用自己的工具集有效地工作,但是 Eclipse 扩展除了进入方式.

I do primarily Spring/Hibernate/web-mvc apps, and have never dealt with an Eclipse plug-in that handles any of it gracefully, I can work effectively with my own toolset, but Eclipse extensions do nothing but get in the way.

我使用过普通的 eclipse,直到 Ganymede、MyEclipse(最高 7.5)和最新版本的 Spring-SourceTools,发现它们都背负着 bug 无用的插件(尽管组合总是不同的).

I have worked with plain eclipse up to Ganymede, MyEclipse (up to 7.5), and the latest version of Spring-SourceTools, and find that they are all saddled with buggy useless plug-ins (though the combination is always different).

切换到 NetBeans/Intellij 不是一个选项,我的队友使用 SVN 控制的 .class/.project 文件,所以它几乎必须是 Eclipse.

Switching to NetBeans/Intellij is not an option, and my teammates work with SVN-controlled .class/.project files, so it pretty much has to be Eclipse.

有没有人对我如何拯救几根白发有什么好的建议?

Does anyone have any good advice on how I can save a few grey hairs?

推荐答案

Eclipse IDE for Java Developers"版本不是最小的!寻找Eclipse Classic"——它不包含您提到的大部分内容.只是下载量比较大,因为自带源代码.

The "Eclipse IDE for Java Developers" version isn't the smallest one! Look for "Eclipse Classic" - it doesn't contain most of the things you mentioned. It's larger in download size only, because it comes with source code.

查看此比较:http://www.eclipse.org/downloads/compare.php

软件
前端设计
程序设计
Java相关