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?
Error with compiling
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
- s_reynisson
- Posts: 939
- Joined: Tue May 06, 2003 1:59 pm
Just a guess, found these using search:
http://textpad.com/forum/viewtopic.php?t=4290
http://textpad.com/forum/viewtopic.php?t=1821
http://textpad.com/forum/viewtopic.php?t=4290
http://textpad.com/forum/viewtopic.php?t=1821