View Single Post
  #16 (permalink)  
Old 04-22-2008, 04:09 PM
denisdoherty denisdoherty is offline
Member
 
Join Date: Apr 2008
Posts: 31
denisdoherty is on a distinguished road
I have romoved the abstract from the class. and have public void ReturnAverage (String Average) throws RemoteException; that in the interface and i am getting the error: Helper is not abstract and does not have override abstract method ReturnAverage(java.lang.String) in Interface
Reply With Quote