Hi All,

I need to use JSONObject in my project.

When i import com.google.appengine.repackaged.org.json.JSONObject;
---- giving error as
"Use of com.google.appengine.repackaged may result in your app
breaking without warning"

I got this error after i upgrade to appengine 1.6.1 sdk. 1.6.0 works
fine.

Please help me on this.


On Jan 3, 3:59 pm, Jerome <jerome.mou...@gmail.com> wrote:
> Hello Ramesh,
>
> As Ikai was suggesting above, change your import to:
> import org.apache.commons.codec.binary.Base64;
>
> The method name in this class are a bit different from the repacked
> Google class, but the mapping is fairly straight forward.
>
> Cheers,
>
> Jerome
>
> On Jan 3, 9:49 am, ramesh <chiluverirame...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > How can i resolve this issue. I am getting same issue after upgrading
> > to app engine1.6.1
>
> > Thanks
>
> > On Dec 20 2011, 2:13 am, "Ikai Lan (Google)" <ika...@google.com>
> > wrote:
>
> > > I usually just use the Apache Commons one:
>
> > >http://commons.apache.org/codec/apidocs/org/apache/commons/codec/bina...
>
> > > --
> > > Ikai Lan
> > > Developer Programs Engineer, Google App Engine
> > > plus.ikailan.com | twitter.com/ikai
>
> > > On Mon, Dec 19, 2011 at 11:03 AM, Carter <jcmas...@gmail.com> wrote:
> > > > After upgrading to1.6.1, we get this message:
> > > > "Use of com.google.appengine.repackaged may result in your app
> > > > breaking without warning"
> > > > for our use of:
> > > > import com.google.appengine.repackaged.com.google.common.util.Base64;
>
> > > > Is there a preferred Base64 encoder we can use instead?
>
> > > > --
> > > > 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
> > > > google-appengine-java@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > google-appengine-java+unsubscr...@googlegroups.com.
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-appengine-java?hl=en.

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to