I just install the JAVA SDK 1.4 into my Window XP Home edition PC. When I try to compile the java file. I got this message.
>javac test.java
'JAVAC' is not recognized as an internal or external command, operable program or batch file.
Then I try to set the
set CLASSPATH=C:\j2sdk1.4
to the system envirnoment variable and autoexec.bat file.
But it still doesn't work. So I wonder that Java 1.4 doesn't support Window XP, or there are other problem.
Thank you so much.
>javac test.java
'JAVAC' is not recognized as an internal or external command, operable program or batch file.
Then I try to set the
set CLASSPATH=C:\j2sdk1.4
to the system envirnoment variable and autoexec.bat file.
But it still doesn't work. So I wonder that Java 1.4 doesn't support Window XP, or there are other problem.
Thank you so much.