I have written rmi server code in netbeans 6.5. how can i use rmic in netbeans 6.5 so that i can create server_stub class?
|
|
|||||
|
|
|
If you use Spring's remote proxying ( See the docs here |
||||
|
|
|
you cannot use rmic through netbeans. you need to generate the server stub manually by running the rmic command at the command line. but in case of eclipse you can generate the stub from the ide with the help of rmi plugin. |
||
|
|
|
Hi, Why not edit the standard build.xml located in the project root directory? Include the Rmic ant task. This will automatically rmic your classes every time you build a project in netbeans. |
||
|
|
