| Article: |
A Rendezvous with Java | |
| Subject: | Can't compile SimpleChat.java | |
| Date: | 2004-10-12 23:31:27 | |
| From: | doenermord | |
| So why might it be that I can't run SimpleChat.java through javac? Do I have something in my env not setup properly that it can't resolve the symbol for "SwingBrowseListener"? | ||
Showing messages 1 through 2 of 2.
-
Can't compile SimpleChat.java
2004-10-13 07:29:52 Michael Brewer [Reply | View]
SwingBrowseListener.java is another source file that needs to be compiled. Make sure you have that and the six other Java source files in the same folder when you compile SimpleChat.java. -
Can't compile SimpleChat.java
2004-10-13 07:39:43 doenermord [Reply | View]
Yeah it's odd. It must be an env issue, as I can individually compile all of the classes in the folder except for SimpleChat and BrowserApp. It's like it can't find SwingBrowseListener, SwingQueryListener, or SwingResolveListener, even when the files are sitting right there.




