From SOlaris - Calling Java APIs on Windows

Hi,

I have Report Application Server (RAS) installed n Windows 2000 m/c. I have working Java code to call RAS APIs to generate reports.

I want to use the same code from Solaris, but problems have come up.

What I want to know is whether it is possible to call Java APIs of a service on Windows from my Java application in Solaris..

[355 byte] By [mthakorea] at [2007-10-1 16:06:27]
# 1

> What I want to know is whether it is possible to call

> Java APIs of a service on Windows from my Java

> application in Solaris..

Certainly. The Java RMI mechanism will let you make remote procedure calls from one VM to another passing Serializable data between the two. The Jini (www.jini.org) infrastructure, in version 2.0, includes a much needed upgrade to the RMI implementation to provide a lot more pluggable parts of the stack so that you can create your own transports and security implementations.

greggwona at 2007-7-11 0:10:09 > top of Java-index,Security,Other Security APIs, Tools, and Issues...