Which GWT compiler are you using? Eclipse 4.3 recommends JRE 1.6 <https://wiki.eclipse.org/Eclipse/Installation>, but you can add a different JDK in Eclipse from from Windows->preference->Java->Installed JRE. Then in your project you can use it (right click in the project, properties-> Java->built path and choose the JDK).
On 12 February 2015 at 17:53, <[email protected]> wrote: > I said "I'm compiling with Oracle's 1.7.0.u45 JDK", but I'm not quite > sure. Does the Eclipse (4.3) plugin's GWT compiler use the current Eclipse > default JRE? Is there something I need to do to configure it? > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
