I am developing a work of Distributed Systems using the resource RMI. When I compile my file java presents the following message:
D:\MYDOCU~1\Unicsul\TOPICO~1\SISTDI~1\Java>javac cadServer.java cadServer.java:5: unreported exception java.rmi.RemoteException; must be caught or declared to be thrown public class cadServer extends UnicastRemoteObject implements cadInterface ^ 1 error
Here this the code source.. If they could help me I will thank a lot.