Helppp Needed Badly

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
lacef
Posts: 2
Joined: Fri Apr 30, 2004 11:16 am

Helppp Needed Badly

Post by lacef »

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 wrong , n if a have to set a classpath then how to set that in Textpad, n also if have a packages..
can somebody explain this with example if possible

Thnks
Lacef
User avatar
s_reynisson
Posts: 939
Joined: Tue May 06, 2003 1:59 pm

Post by s_reynisson »

Here's a post on the same topic, perhaps it can help you!
http://textpad.com/forum/viewtopic.php?t=5114
Then I open up and see
the person fumbling here is me
a different way to be
Post Reply