im having the same problem with Textpad ,, textpad cannot find the other classes,,,,,, i have also tried to compile wiith javac n set the classpath but noothing works....
plz help
Search found 2 matches
- Fri Apr 30, 2004 12:06 pm
- Forum: Java
- Topic: Helppp Needed Badly
- Replies: 1
- Views: 424
Helppp Needed Badly
IF have class public abstract class EventHandlerBase { } public class Summary extends EventHandlerBase { } when i compile the Summary class , the error that it gives cannot resolve symbol: EventHandlerBase Both class are in the same folder Im using TextPad to compile, can somebody tell what im doing ...