I have an issue with NoClassDefFoundError. I am using interfaces, and no class definition should be available:
NoClassDefFoundError
package code; public interface Co
You might have it in your CLASSPATH when compiling but this does not guarantee that it is in the CLASSPATH when you run it. How do you run it?