How to generate stub and skel file for rmi on Intellij idea 7.0?
I try to check "enable RMI stubs generation" on compiler setting, but after compiled rmi class, there isn't any stub or skel file. How to generate it?
Thanks!
Please sign in to leave a comment.
I have found my problem, because i selected the "generate IIOP stubs", so the compiler reminds "java.rmi.server.remoteserver is not a valid remote implementation:has no remote interfaces.", so it didn't produce skel and stubs file.
I think i should understand the option "java.rmi.server.remoteserver is not a valid remote implementation:has no remote interfaces.“ means first.