On Dec 7, 5:19 am, Leon <yudong.w...@gmail.com> wrote:
> I have trying to deploy a web MSN Messenger app to GAE and the
> following error appears.
>
> java.lang.NoClassDefFoundError: rath.msnm.MSNMessenger is a restricted
> class. Please see the Google  App Engine developer's guide for more
> details.

A MSN messenger application will not work for the reason Ikai L
mentioned: socket communications do not work in GAE/J.

If you want to interface your application with MSN/Live Messenger, you
may want to look into the service "IMified" (http://www.imifed.com/),
which allows a Web application to talk to IM networks by converting
IMs to/from HTTP requests.

--

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-j...@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