skallin / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
0 stars 0 forks source link

GWT RequestFactory Deobfuscator Builder is created with wrong target level #317

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Point JAVA_HOME to a 1.8 JDK
2. Start Eclipse
3. Import project that targets a 1.7 JDK and uses RequestFactory
4. Try executing.

What is the expected output? What do you see instead?
The application should start.

Instead you get "Unsupported major.minor version 52.0". Apparently the 1.8 JDK 
is used.

What version of the product are you using? On what operating system?
Windows Server 2008 R2
Eclipse 4.4 Luna with latest updates
GPE 3.8.0
JDK 1.7.0_65
JDK 1.8.0_20

Please provide any additional information below.

GWT's issue 8893 
(https://code.google.com/p/google-web-toolkit/issues/detail?id=8893) might be 
relevant.

Original issue reported on code.google.com by MailToA...@gmail.com on 14 Nov 2014 at 7:59