Hi,
I'm using the 1.3.4 version of app engine. I noticed that now we have:
com.google.appengine.repackaged.org.json.*
available. I can use the json classes and compilation is fine, but at
runtime loading of the json classes fails, I think:
java.lang.UnsupportedClassVersionError: Bad version number
in .class file
not sure what's causing this, is it possible that the repackaged
classes were compiled using a different jdk version than what I'm
using? I'm using java compatibility = 1.5. I can just include the json
files from json.org myself, but would be more convenient to use the
ones already provided,
Thanks
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.