简体   繁体   English

带有预安装插件的STS

[英]STS with pre-installed plugins

Is there any way to have Springsourcetoolsuite version with custom and already preinstalled plugins? 有什么办法可以让Springsourcetoolsuite版本带有自定义的和已经预安装的插件? I simply would like to have some plugins already installed so that I don't have to do it manually every time when I switch to new machine or sth like that. 我只是想已经安装了一些插件,这样我每次切换到新机器时都不必手动进行操作。 It would be just a little bit more convenient for me :) 对我来说,这将更方便:)

Thanks in advance. 提前致谢。

There is no way that you can download STS with extra plugins preconfigured. 您无法通过预配置的额外插件下载STS。 However, once you have an Eclipse/STS zip file, you can script an installation. 但是,一旦有了Eclipse / STS zip文件,就可以编写安装脚本。

  1. download a zipped/tarred version of STS from http://www.springsource.com/landing/best-development-tool-enterprise-java http://www.springsource.com/landing/best-development-tool-enterprise-java下载STS的压缩版本
  2. Use the p2 director app http://wiki.eclipse.org/Equinox_p2_director_application to install your extra plugins. 使用p2 Director应用程序http://wiki.eclipse.org/Equinox_p2_director_application安装额外的插件。 You need to know the update site and the feature id of everything you want to install. 您需要知道更新站点和要安装的所有功能的功能ID。
  3. Create your script, where each command will look something like this: 创建您的脚本,其中每个命令将如下所示:

    targetProductFolder/eclipsec.exe -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/helios/ -installIU org.eclipse.cdt.feature.group targetProductFolder / eclipsec.exe-应用程序org.eclipse.equinox.p2.director-存储库http://download.eclipse.org/releases/helios/ -installIU org.eclipse.cdt.feature.group

Full details on how to run the director app is in the link above. 上面的链接中提供了有关如何运行Director应用程序的完整详细信息。 Just note that you need to append .feature.group to all feature references. 请注意,您需要将.feature.group附加到所有功能参考。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Java OS是否预先安装在MAC OSX上? - Is Java runtime pre-installed on MAC OSX? Windows和Linux中是否预装了Java? - Java pre-installed in Windows and Linux? 创建一个包含预安装的Spring Boot依赖项的Docker映像 - Create a docker image contains pre-installed spring boot dependencies MicrosoftWebDriver.exe 应预安装在提升的命令提示符中 - MicrosoftWebDriver.exe should be pre-installed in an elevated command prompt 关于weblogic 10.3.1的jaxws 2.1.5而不是预先安装的jaxws 2.1.1? - jaxws 2.1.5 on weblogic 10.3.1 instead of pre-installed jaxws 2.1.1? 有没有允许无需任何预装驱动程序即可播放视频的框架? (H264) - Is there a framework that allows playing of video without any pre-installed drivers ? (H264) 当我下载JDK时,预装的JRE会怎样? - What happen to my pre-installed JRE when I download a JDK? Mac OS X上预安装的Maven提供了java.lang.ClassNotFoundException - Pre-installed Maven on Mac OS X gives java.lang.ClassNotFoundException 有没有办法像编辑已经预装的图标一样更改/编辑导入到 Android Studio 的图标? - Is there a way to change/edit icons imported to Android Studio the same way you can edit the ones that already come pre-installed? 插件更新错误“某些插件需要安装插件 JNA.netbeans” - plugins update error "Some plugins require plugin JNA to be installed netbeans"
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM