Hi,
        Does anybody know what command line options i have to use in
order to run my RMI server application using kaffe?
if i use simple kaffe command i get following errors,
% kaffe RMIServer
kaffe.util.NotImplemented
        at java.lang.Throwable.<init>(Throwable.java:33)
        at java.lang.Error.<init>(Error.java:17)
        at kaffe.util.NotImplemented.<init>(NotImplemented.java:18)
        at
java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:52)
        at
java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:48)
        at RMIServer.main(RMIServer.java:40)
%

If i use regular java command the same application runs fine.  Also i
don't how can i specify policy file at command line in kaffe?(e.g
-Djava.security.policy=java.policy if using java)
Thanks,

-Raj


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to