I follow this RMI walkthrough: http://www.javacamp.org/moreclasses/rmi/rmi.html
and already managed to compile and run this project using the command line, as described in this tutorial: http://www.javacamp.org/moreclasses/rmi/rmi6.html
But now I wonder how is it if I want to create this project using Netbeans? so that I can create a graphical interface for this project and just run it from the NetBeans IDE. So far I have tried several ways to create it on Netbeans, but each time the project did not start. please help, since I spent about 4 days and have not yet found a solution or guide that can help me.
this is a screenshot that I got after trying to run it from Netbeans:

thanks in advanced!
p / s: to be clear, what I'm trying to do is "create a swing client for an RMI application that creates and starts an RMI call in Netbeans instead of the command line"
source share