I have been following this step by step tutorial about RMI : http://www.javacamp.org/moreclasses/rmi/rmi.html
and already succeeded in compiling and run this project by using command prompt as what the tutorial has taught here : http://www.javacamp.org/moreclasses/rmi/rmi6.html
But now i am wondering, how is it if i want to create this project using Netbeans? so that i can create GUI for this project and just run it from the Netbeans IDE. Up until now, i have tried the multiple numbers of way to create it on Netbeans, but each time, the project failed to be run. please help, as i have spent about 4 days already and not yet find any solution or tutorial that can guide me through.
this is the screenshot that i got after trying to run it from Netbeans :
thanks in advanced!
p/s : to be clear, what i am trying to do is "to create a swing client for the RMI application that create and run the RMI invocation in Netbeans instead of commandline "