Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The setting is stored in </p> <pre><code>&lt;workspace&gt;\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.jdt.launching.prefs </code></pre> <p>I would recommend setting your JDK manually in Preferences / Java / Installed JRE, as well as Preferences / Java / Installed JRE / Execution Environment.</p> <p>Then, whenever you need an eclipse with that exact configuration, just copy over this file with your preset config file, and launch that eclipse.</p> <p>Extract from that config file:</p> <pre><code>org.eclipse.jdt.launching.PREF_DEFAULT_ENVIRONMENTS_XML= &lt;?xml version\="1.0" encoding\="UTF-8" standalone\="no"?&gt; &lt;defaultEnvironments&gt; &lt;defaultEnvironment environmentId\="JavaSE-1.6" vmId\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1255369536255"/&gt; &lt;/defaultEnvironments&gt; eclipse.preferences.version=1 org.eclipse.jdt.launching.PREF_VM_XML= &lt;?xml version\="1.0" encoding\="UTF-8" standalone\="no"?&gt; &lt;vmSettings defaultVM\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1255369536255"&gt; &lt;vmType id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType"&gt; &lt;vm id\="1255369536255" javadocURL\="http\://java.sun.com/javase/6/docs/api/" name\="jdk1.6.0_16" path\="C\:\\Prog\\Java\\jdk1.6.0_16"&gt; &lt;libraryLocations&gt; &lt;libraryLocation jreJar\="C\:/Prog/Java/jdk1.6.0_16/jre/lib/resources.jar" jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\="C\:/Prog/Java/jdk1.6.0_16/src.zip" pkgRoot\=""/&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload