Re: 新生上路# Java - 爪哇娇娃
x*o
1 楼
Try several things below:
1. add ur jdk1.3/bin to sys enviroment variable "path";
2. type javac in dos prompt to see the reply:
if unrecognized command, something wrong with
your compiler's path, if there is a list of varies of
command about javac, the compiler is OK.
3. check the file name you tried to compile, is it exactly
the name in the direcry. Java is case sensitive and you
have to include the .java.
Note: window usually switch the upper case to lower case
from the se
1. add ur jdk1.3/bin to sys enviroment variable "path";
2. type javac in dos prompt to see the reply:
if unrecognized command, something wrong with
your compiler's path, if there is a list of varies of
command about javac, the compiler is OK.
3. check the file name you tried to compile, is it exactly
the name in the direcry. Java is case sensitive and you
have to include the .java.
Note: window usually switch the upper case to lower case
from the se