Re: JRE 1.7

2014-03-05 Thread Laszlo Hornyak
Hi, Now the default java source and target are both 1.7. If you update the configuration of the imported projects, eclipse should pick up the change and use java 1.7. Unfortunately it does not do that by default after a git rebase. But you should check that your default JDK in eclipse is 1.7 On

JRE 1.7

2014-03-05 Thread Alex Hitchins
Hi all, Just wanted to double check something. I'm getting a lot of errors in Eclipse saying that <> operator isn't allowed for source level below 1.7. Am I ok to change the compliance and JRE to 1.7? I have seen some discussion around changing of the JRE, I just want to make sure! Regards,