Good day to all. I am just starting out with Java, I am taking class at a local college, actually for Web Analyst/Programmer. But any way, I did have the j2sdk1.4.1 installed on my computer, our instructor advised us that we will be using a program called BlueJ. After installing BlueJ I can not compile any thing at all from the command prompt, I get the message:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
D:\Documents and Settings\OURS>cd
D:\Documents and Settings\OURS
D:\Documents and Settings\OURS>A:
A:\>javac Tree1.java
'javac' is not recognized as an internal or external command,
operable program or batch file.
A:\>
Ok, so now what is wrong. What I did was completely uninstall the j2sdk1.4.1. and BlueJ. Reinstalled j2sdk1.4.1 and I get the same exact message. Below is what is set in the Enviroment variables on my computer.
(This is what is set in the Enviroment Variables
Enviroment Variables
VariableValue
CLASSPATH D:\j2sdk1.4.1\bin\;.;
Variable nameVariable Value
PathD:\j2sdk1.4.1\bin\;.;
Now of course there is more to the Path Variable then what is shown above, but what you see abouve for the Path is added to the end of the Path. Any suggestions as to what I might try next. Please.
Thank You in advanced for any and all help from this message board. I have a feeling I will be visiting here quite often.
Larry