Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2014-10-06 15:16:34 +0000
committerMarkus Keller2014-10-06 15:16:34 +0000
commit198716ebca20940b7c7b2bd250f873c1012a443c (patch)
treefa3cb552b28b33bd008f6c165a7b7d086b9fdf03
parentd5a2f69a758f411f5e947812f3f00471c5248c40 (diff)
downloadeclipse.platform.common-198716ebca20940b7c7b2bd250f873c1012a443c.tar.gz
eclipse.platform.common-198716ebca20940b7c7b2bd250f873c1012a443c.tar.xz
eclipse.platform.common-198716ebca20940b7c7b2bd250f873c1012a443c.zip
-rw-r--r--bundles/org.eclipse.jdt.doc.user/reference/preferences/java/compiler/ref-preferences-building.htm10
1 files changed, 7 insertions, 3 deletions
diff --git a/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/compiler/ref-preferences-building.htm b/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/compiler/ref-preferences-building.htm
index 3948df8a6..d7ac38184 100644
--- a/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/compiler/ref-preferences-building.htm
+++ b/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/compiler/ref-preferences-building.htm
@@ -97,7 +97,9 @@
<p>Incompatible required binaries</p>
</td>
<td valign="top">
- <p>Indicated the severity of the problem reported when a project requires incompatible binaries.</p>
+ <p>Indicate the severity of the problem reported when a project requires another project
+ or library with an incompatible target JDK level (e.g. a project using 1.4 compiler compliance,
+ but compiled against 1.5 system libraries on the build path).</p>
</td>
<td valign="top">
<p>Ignore</p>
@@ -120,8 +122,10 @@
<p>No strictly compatible JRE for execution environment available</p>
</td>
<td valign="top">
- <p>Indicate the severity of the problem reported when a project prerequisites another project or library
- with an incompatible target JDK level (e.g. project targeting 1.1 vm, but compiled against 1.4 libraries).</p>
+ <p>Indicate the severity of the problem reported when project's build path contains
+ an execution environment for which there is no strictly compatible JRE available in the
+ workspace (e.g. a project using execution environment JavaSE-1.6 as JRE System Library,
+ but the only Installed JREs available in the preferences are 1.7 and 1.8.</p>
</td>
<td valign="top">
<p>Ignore</p>

Back to the top