On Dec 7, 5:19 am, Leon <[email protected]> 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 [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.


Reply via email to