billybugmaster
Instructor
OK Java newby here.<br><br>I am Running WinNT and my classpath appears to be set correctly to D:\Data\JavaDev (Where I keep the .Java files)<br><br>I open the dos prompt and type set.<br>I can see CLASSPATH=D:\Data\JavaDev<br><br>I type javac myclass.java and get the can't read file error.<br>I type javac D:\Data\JavaDev\myclass.java and the class is compiled.<br><br>This is obviously something stupid ( other than me )<br>Thanks in advance<br>