Search found 2 matches

by lacef
Fri Apr 30, 2004 12:57 pm
Forum: Java
Topic: Classes
Replies: 3
Views: 1686

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
by lacef
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 ...