Miso Xorty

Greenhorn
+ Follow
since Jun 12, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Miso Xorty

Hi I have RMI application and now I try to invoke some methods at server from my client. I have following code:



server Is correctly loaded, but when I am trying to call `server.registerOHLCProvider(provider);` I get these errors:






I have added my policy file as VM argument, here is how it looks like:



It keeps saying something about disabled classloading, so I guess problem is somewhere there ...
Thanks!
14 years ago