yangxu998 / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Incompatible byte code to java 5 in guava-r08-gwt.jar #568

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using the release guava-r08-gwt.jar on java 5 triggers a 
java.lang.UnsupportedClassVersionError exception. 

This issue can be resolved by adding a target="1.5" attribute to the javac 
element of the gwt.compile target.

I experienced this issue using jdk1.5.0_06 on debian linux.
I could not reproduce the issue using the same version JDK on WindowsXP.

Original issue reported on code.google.com by t.herrm...@alkacon.com on 4 Mar 2011 at 11:55

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 19 Mar 2011 at 3:34

GoogleCodeExporter commented 9 years ago
This will be fixed in the upcoming r09 jar.

Original comment by fry@google.com on 23 Mar 2011 at 7:07

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 11 May 2012 at 8:56

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:09