Eclipse启动时启动一个终端

时间:2019-04-16 15:24:25

标签: eclipse

最近,当我安装新版本的Eclipse时,它将打开一个带有可执行文件的终端,如果我关闭该终端,该应用程序也会关闭。

我不太清楚发生了什么,但是我认为这与Eclipse终端中的这些行有关:

org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized.  Will retry after the state location is initialized.
Starting application: 2858
org.eclipse.m2e.logback.configuration: Logback config file: C:\dev\workspaces\performance\.metadata\.plugins\org.eclipse.m2e.logback.configuration\logback.1.11.0.20190220-2119.xml
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [bundleresource://695.fwk640275932:1/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [bundleresource://695.fwk640275932:2/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
org.eclipse.m2e.logback.configuration: Initializing logback
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
Application started in : 19945ms

对我有什么想法,以便在我打开Eclipse时仅打开应用程序,而不同时打开终端?


我的eclipse.ini文件:

-startup
plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar
--launcher.library
C:\Users\user\.p2\pool\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016
-product
org.eclipse.epp.package.java.product
-showsplash
org.eclipse.epp.package.common
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
C:\dev\java\jdk-11\bin
-debug
C:\dev/.options
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms1g
-Xmx4g
--add-modules=ALL-SYSTEM
-Declipse.p2.max.threads=10
-Doomph.update.url=http://download.eclipse.org/oomph/updates/milestone/latest
-Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/
-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8001
-Doomph.redirection.egit=https://git.eclipse.org/c/egit/egit.git/plain/tools/oomph/EGit.setup->file:/C:/dev/git/egit/tools/oomph/EGit.setup

eclipse with terminal

0 个答案:

没有答案