rmid and Netbeans

Hello Guys,Apart from command line, how can i use the rmid tool with Netbeans. I currently had an Ant tool option to create a build file (in xml format) but could I have an easier means?Michael
[214 byte] By [bronze-starDukes] at [2007-11-26 12:09:53]
# 1
rmic or rmid?
bronzestar at 2007-7-7 13:47:24 > top of Java-index,Archived Forums,Socket Programming...
# 2
I mean rmic - the tool for generating stubs and skeletonsMessage was edited by: michok
bronzestar at 2007-7-7 13:47:24 > top of Java-index,Archived Forums,Socket Programming...
# 3
I'm also facing the same problem.. I couldn't create stub and skeleton classes from Netbeans..I guess from java 5, we don't need to use rmic to create Stub and skeleton classes... It can be done through code itself..,correct me if i'm wrong ..
bronzestar at 2007-7-7 13:47:24 > top of Java-index,Archived Forums,Socket Programming...
# 4
how can i create the Stub_skeleton while in debug mode in netbean does i need to run rmic at some console how to do it using netbean
bronzestar at 2007-7-7 13:47:24 > top of Java-index,Archived Forums,Socket Programming...
# 5
ANT has an rmic task, look it up. If you are running Java 1.5 or later you don't need a stub at all, as long as you quote a port number when exporting your remote object.
platinumsta at 2007-7-7 13:47:24 > top of Java-index,Archived Forums,Socket Programming...