Classes

Using the Java SDK with TextPad

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

Post Reply
Randall

Classes

Post by Randall »

When I make 3 different java files (2 classes and 1 driver program) and textpad wont really recognize classes outside the file. Like when I make Assignment4.java, Student.java, and StudentParser.java

Assignment4 is a main program and uses Student and StudentParser classes. When I compile Assignment4, it says it wont recognize Student class. how can I make textpad read different classes outside the file?

Thanks
Randall
Post Reply