Can RMI+JNI access io port work ?

Hi!Guy,

I want to develope a client-server model using RMI.

Client site access server io port. So I want use C function in Server to access io port. I don't know does it work or not?Have any security question? In Client and Server I use java appliction.

Does anyone can answer the question?

[331 byte] By [whlin5866] at [2007-9-26 13:13:46]
# 1
Your question is confused.RMI is a java-only facility. In other words, your java client will make remote method calls on a java server object. So I don't understand where C code comes into the picture.
bschauwe at 2007-7-2 13:18:36 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
the remote object in the server can be implement using clanguage. but i am not sure weather it can access io port.Do you have any idea about it?
whlin5866 at 2007-7-2 13:18:36 > top of Java-index,Java HotSpot Virtual Machine,Specifications...