J2ME and RMI

  • Thread starter Alexander Stuckenholz
  • Start date
A

Alexander Stuckenholz

Hello.

I just started to work with j2me because i want to interact with an
RMI service. I found a RMI optional package at the java-webpages but
after downloading i do not really know what to do with it.

It contains a bunch of java files, but i think what i need is a jar
file to deploy to my development directory. By the way, i use windows
XP as development platform.

Does anybody know hot to compile the classes, or where i can find a
ready-to-go jar-file for using it in the development environment on
windows?

Regards,

Alex
 
D

Darryl Pierce

Alexander said:
I just started to work with j2me because i want to interact with an
RMI service. I found a RMI optional package at the java-webpages but
after downloading i do not really know what to do with it.

There's nothing you *can* do with it on a real device; in order to use
RMI those APIs must be implemented on the device previously by the OEM.
You can't include it in your application.

And, to go a step further, RMI requires the ability to serialize Java
objects, something that the MIDP/CLDC does not support. Sorry...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Java RMI questions and MyEclipse 8
RMI tutorial 3
About EJB or RMI 6
RMI and Java-Archives! 1
Eclipse and J2ME 0
RMI and Threading 2
RMI questions 1
Windows services, RMI and permissions 0

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top