Guest_imported
New member
- Jan 1, 1970
- 0
I'm trying to compile a simple Java program (I've never used Java before). I'm using a Unix system, so at the Unix prompt, I typed javac myprogram.java<br><br>and recieved the following error message:<br>Can't find class sun.tools.javac.Main<br><br>What does this mean, and what can I do about it?