RMI problem

Amir Bukhari ufz6@rz.uni-karlsruhe.de
Thu May 26 10:06:00 GMT 2005


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?

-Amir



More information about the Java mailing list