Android does not utilize the entirety of the J2SE API. Remember, it's designed for mobile devices which are resource limited, so they have to choose what they put in.
See the complete list of public packages here http://code.google.com/android/reference/packages.html See the complete list of public classes here http://code.google.com/android/reference/classes.html On Apr 24, 11:28 pm, scimitar <[EMAIL PROTECTED]> wrote: > Hi, > > When I try 'import java.rmi.RemoteException;', I get the message: > > 'The import java.rmi.RemoteException cannot be resolved'. Why is > this? I really need this to make my app communicate with a webservice. > > thanks, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

