Posted By:
Bozidar_Dangubic
Posted On:
Wednesday, January 16, 2002 06:32 AM
you probably have classpath problems. compile the interface and make sure that the compiled interface is in the classpath before you compile the class which implements this interface. or use ant to solve all your problems.