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
# 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 ..
# 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.