| 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 1 of 1.
-
Can't compile SimpleChat.java
2004-10-13 07:29:52 Michael Brewer | [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.


