Thanks for the reminder. I've run into similar issues. I've got both JDK 7 and JDK 8 installed, but since they don't play well together and many products don't support JDK 8 yet, I've still got most everything setup to use JDK 7.
export JDK_HOME=/usr/lib/jvm/java-7-oracle export JAVA_HOME=/usr/lib/jvm/java-7-oracle and sudo apt-get install oracle-java7-set-default On Friday, June 6, 2014 4:51:51 AM UTC-4, Jens wrote: > > I'm now able to build the GWT trunk and the GPE! woo! Now I just need to >> get all of the tests passing and checkstyle configured properly. >> > > If you already have Java8 installed be aware of: > http://www.draconianoverlord.com/2014/04/01/jdk-compatibility.html > > -- J. > -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/ae790c79-7976-4c76-aa02-09295f6efd86%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
