views:

395

answers:

2

Is there an action (menu / shortcut) that I miss or plug-in to add to a basic JavaEE distribution of Eclipse 3.5 that will allow to generate / regenerate files that usualy done from command line call for rmic?

I am aware of the "RMI Plug-in for Eclipse version 2.0" I am looking for a free one.

+1  A: 

You can try this open source one

David Rabinowitz
+2  A: 

rmic is no longer needed since java 5: http://java.sun.com/j2se/1.5.0/docs/guide/rmi/relnotes.html

Sun's RMI was too inconvenient for development and many people came up with 'light weight rmi' replacements. Java5's simplification on RMI didn't make news because haters already moved on to other alternatives.

irreputable
Wow! Missed this news! Thanks!
Boris Daich