HI Itapaj�,
I've never hear about start RMI regitry programatically, could u tell where I can find some reference?
Take a look at the java.rmi.registry.LocateRegistry class, particularly the createRegistry(int port) method.
One more thing, should or shouldn't I hava a properties file? If I have some default string may I simply do:
Check your instructions. Some instructions
require you to save all the user configurable options to a properties file in the current working directory.
Even if your instructions don't require this, you may want to consider it anyway. It will make the system much more user friendly.
Regards, Andrew