This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: what is the current support for RMI


The current state of RMI is that some things work and some don't. You'll have to be more specific about your problem. I have attached a simple RMI test case that works for me. I am using libgcj-4.0.0-7 from a Fedora Core 4 test release. It creates a remote object, exports to an rmiregistry, and then has a client retrieve the object. It does not use automatic code downloading.

I am not sure if java@gcc.gnu.org or classpath@gnu.org is the more appropriate list for discussing this.

-- Archit

Amir Bukhari wrote:
Is there any tutorial about using RMI with gcj?
What is the status of RMI in GCJ?
[...
java.rmi.RemoteException: connection failed to host: 0.0.0.0; nested
exception is:
        java.net.ConnectException: Die angeforderte Adresse ist in diesem
Kontext ungültig.

Attachment: rmi.tgz
Description: application/compressed-tar


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]