- le fichier eclipse.ini contient des commandes ou paramètres qu'il faudrait éviter et déplacer dans config.ini (Je cite ci-dessous le paragraphe de la doc Eclipse qui recommande ceci ):
Launcher ini fileThe eclipse.exe and more generally executables for RCP applications now read their parameters from an associated ini file. This file offers a platform independent way to pass in arguments that previously had to be specified directly on the command line such as vm or vm arguments. Although all parameters can be specified in this file, it recommend for maintainability and consistency across various installations to only specifiy the vm location and the vm arguments in this ini file and use the config.ini file for others.
-vmC:\Program Files\Java\jdk1.7.0_13\bin\java.exe
-vmargs-Dosgi.requiredJavaVersion=1.5-Dhelp.lucene.tokenizer=standard-Xms450M-Xmx590M-XX:MaxPermSize=590M
-Dorg.eclipse.swt.browser.XULRunnerPath=C:\scub-foundation\programs\eclipse\xulrunner
SCUB_FOUNDATION_HOME=C: douteuxJETTY_HOME=C:\scub-foundation\programs\jetty OKJETTY_HOME=C:\scub-foundation\programs\jetty OKM2=\bin erreur syntaxeM2_HOME=C:\programs\maven erreur syntaxeconséquences sur l'usage du rep Maven :!ENTRY org.eclipse.m2e.logback.appender 4 0 2013-02-10 19:02:34.875!MESSAGE Error changing index details central|http://repo.maven.apache.org/maven!ENTRY org.eclipse.m2e.logback.appender 4 0 2013-02-10 19:02:35.312!MESSAGE Could not add repository index
SCUB_FOUNDATION_HOME=C: douteuxJETTY_HOME=C:\scub-foundation\programs\jetty OKJETTY_HOME=C:\scub-foundation\programs\jetty OKM2=\bin erreur syntaxeM2_HOME=C:\programs\maven erreur syntaxe
|
-startup plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813 -product org.eclipse.epp.package.java.product |
--launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform --launcher.defaultAction openFile -vm C:\Program Files\Java\jdk1.7.0_45\jre\bin\javaw.exe |
|
-vmargs -Dosgi.requiredJavaVersion=1.5 -Dhelp.lucene.tokenizer=standard -Xms40m -Xmx512m -Dorg.eclipse.swt.browser.XULRunnerPath=C:\scub-foundation\programs\eclipse\xulrunner |
--launcher.XXMaxPermSize 256M, selon la taille de la RAM de vos postes de développement