我将
Eclipse IDE用于我的所有项目(
PHP,Java,C,
Python,
Android).如果我在一个版本中安装它们,启动时间太长,我的工具栏中会有很多按钮.现在我有每种语言的Eclipse版本.当我想使用Java,eclipse-php for PHP时,我输入eclipse.有没有办法只有一个eclipse版本让我这样做? 最佳答案 您可以使用-configuration或osgi.configuration.area参数启动Eclipse.
表格The Eclipse runtime options help:
osgi.configuration.area {-configuration}
the configuration location
for this run of the platform. The configuration determines what
plug-ins will run as well as various other system settings. See the
section on locations for more details.
有关如何使用此功能的更详细说明,请参见:How can I launch different workspaces with different sets of plugins?