My App is using RMI to talk between daemon component and GUI. Everything runs within one machine. If I deploy daemon component with '--StartMode=jvm' App runs into exceptions by RMI class loader. It misses a security manager. But I don't want to install security manager and if I deploy '--StartMode=java' it works fine without security manager.
Is this a side effect of prunsrv or default behavior of jvm.dll? And why does it work if java.exe is loading jvm.dll? Thanks Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
