Error with compiling
Posted: Wed Sep 24, 2003 1:47 pm
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?
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?