I already have 1.6 as an installed JRE and checked. My workspace compiles with 1.6. But the problem is that MyEclipse, which is itself a Java application, runs under the 1.5 JRE. This means (I think) that the Window Builder plug-in won’t successfully load my classes which were compiled with a 1.6 JDK.
Under Window->Prefs->Java->JRE->Execution Environments I have my 1.6 JRE checked for the J2SE-1.5 environment, which also shows My Eclipse 5.1.1 as a choice, which is not checked. Would that be the correct way to make MyEclipse run under that JRE?
When I start MyEclipse and build my workspace I get the following log entry:
!ENTRY com.instantiations.tools 1 0 2008-05-05 07:25:14.359
!MESSAGE com.instantiations.tools stop
!SESSION 2008-05-05 07:28:49.156 ———————————————–
eclipse.buildId=M20070921-1145
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
Doesn’t this mean that MyEclipse is running under the 1.5 JRE and not the 1.6 JRE I’ve selected?