Pro JavaExpert level Java questions not about a specific book. Please indicate your version.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro Java section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
hello guys, actually i have a problem from RMI , if somebody may help.
u all must be knowing that, one has to make a stub file from the interface implemented, using rmic command(if done through command prompt).
ok , my question is how to do it , when my whole project is in netbeans, means how to create stub class when my project is running from netbeans.
actually when i obtain the stub file from command prompt (using rmic), and then copy it in classes directory of my project, it still gives exception that stub of interace not found. plz help guys