0

I would like to develop a RMI-based application on my blackberry. But I notice some of the key remoting types (like UnicastRemoteObject and java.rmi.registry.*) aren't defined. Is there a way around this, for example like some other library I can use to build out my solution?

Irwin
  • 12,551
  • 11
  • 67
  • 97
  • OK, so on the face of it, the answer seems to be no (at least from a Sun MIDP perspective): http://developers.sun.com/mobility/midp/articles/socketRMI/ – Irwin Apr 07 '11 at 03:05

1 Answers1

0

There's no way to do this at this time - see http://developers.sun.com/mobility/midp/articles/socketRMI/

Ryan Shripat
  • 5,574
  • 6
  • 49
  • 77