How to run RMI in NetBeans?

Posted by Samurai on Stack Overflow See other posts from Stack Overflow or by Samurai
Published on 2010-03-18T12:17:38Z Indexed on 2010/03/18 12:21 UTC
Read the original article Hit count: 425

Filed under:
|
|

We can run RMI in netbeans by following steps.

Right click build.xml -> Run target -> Other targets -> startRMI

But what i need is to start RMI registry through Java code. Is it possible? Help me.

© Stack Overflow or respective owner

Related posts about java

Related posts about rmi