What steps will reproduce the problem?
1. import com.google.gson.Gson is valid with appengine sdk 1.4 but not with
1.7. error observed as in point 2.
2. with above import, Create object of Gson is error. NoClassDefFoundError can
be seen in appengine logs.
4. If I allow eclipse to import
com.google.appengine.repackaged.com.google.gson.Gson; then its working fine.
But has a warning that app may break without warning.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
com.google.gson 2.2.2
Appengine sdk 1.7
Eclipse Juno
Windows 7
Please provide any additional information below.
Original issue reported on code.google.com by abhijits...@gmail.com on 18 Oct 2012 at 11:31
Original issue reported on code.google.com by
abhijits...@gmail.com
on 18 Oct 2012 at 11:31