hello, please clarify my doubts in funda, when i am compiling interface implementation programme the following error occurs. "the interface not found " what should i do? i have not set classpath for rmi.should i give class path? thanks in advance.
Suneel Setlur
Ranch Hand
Joined: Nov 26, 2000
Posts: 202
posted
0
Hi You do have to set the classpath to the current directory or the directory where you have stored your interface.
------------------ Suneel
Suneel
Jeb Beasley
Greenhorn
Joined: Jul 15, 2000
Posts: 9
posted
0
make sure your methods are public. Or visible at least, like protected. It may also be that you have to do an import, or specify the package. com.mystuff.MyInterface Jb