This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: RMI problem
- From: Andrew Haley <aph at redhat dot com>
- To: "Amir Bukhari" <ufz6 at rz dot uni-karlsruhe dot de>
- Cc: <java at gcc dot gnu dot org>
- Date: Thu, 26 May 2005 11:06:26 +0100
- Subject: Re: RMI problem
- References: <200505261001.j4QA1Jk5010923@mx1.redhat.com>
Amir Bukhari writes:
>
> My App use RMI. In JVM it work fine, but when I compile it and run I got
> this error:
> gnu.java.rmi.server.UnicastRef@f13e70
> java.rmi.UnexpectedException: undeclared checked exception; nested exception
> is:
> java.lang.ClassNotFoundException: Could not find class
> ([Lcom.khsitecafe.common.data.CodeListElement;) at codebase ()
>
>
> I could make connect to RMI Server and CodeListElement class is part of my
> code. It is not a library.
>
> Is RMI not fully supported with GCJ?
Please give us more information. In particular we need to know
exactly what version of gcj you used, what platform, how you built
your packages, etc, etc.
Andrew.