Hello, I try to register a RemoteEventListener (via notify method defined in JavaSpace interface), but all i see are just exceptions - mainly java.lang.ClassNotFoundException: MyRemoteEventListener, i do not know why i get such the exception, my code:
public class Test { public static void main(String[] args) throws Exception { LookupLocator lc = new LookupLocator("jini://kaloc"); ServiceRegistrar sr = lc.getRegistrar(); JavaSpace05 space = (JavaSpace05) sr.lookup(new ServiceTemplate(null, new Class[] {JavaSpace05.class}, null));