View Single Post
Old 09-07-2006, 04:21 AM   #7 (permalink)
j.gohel
Code Monkey
 
Join Date: Apr 2005
Posts: 68
j.gohel is on a distinguished road
But Belisarius,I am compiling only the newly made files and as told before all the newly made files are extending the already existing abstract class and overriding its only method.I am just recompiling the newly made files but not that abstract class.So if i compile them on UNIX machine the work but if compile them on Windows,a runtime error occurs "java.lang.NoSuchMethodError" for the same method which the newly made classes are overriding form the abstract class which they extend.

So what are your comments now??
j.gohel is offline   Reply With Quote