Error with compiling

Using the Java SDK with TextPad

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

Post Reply
krisis
Posts: 1
Joined: Wed Sep 24, 2003 1:40 pm

Error with compiling

Post by krisis »

i havent had trouble compiling my programs before with textpad, but a couple of days ago i started getting this error message when i tried to compile my program to see if it works.

C:\My Documents\School\074.214 Data Structures and Algorithms\Assignment 1\WordFrequencyClient.java:4: cannot resolve symbol
symbol : class WordFrequency
location: class WordFrequencyClient
public class WordFrequencyClient extends WordFrequency
^
1 error

Tool completed with exit code 1


now my WordFrequency class compiles just fine, but I get the message above when i try and compile my client class. i tried compiling a different program (another assignment from last year) and i'm getting the same message now.

any ideas on what could have happened or how to fix it?
User avatar
s_reynisson
Posts: 939
Joined: Tue May 06, 2003 1:59 pm

Post by s_reynisson »

Post Reply