Add path to windows environment manually
I believe you did not add path to environment.
You may double check by yourself. You can
open control panel, double click "system" icon.
from system property, click "Advanced" tab,
at the bottom click the "Environment variables" button
from the "system variable", select "path", click "edit" button
add the path (java compiler) to the end of the "valuable value".
for example
%SystemRoot%\system32;%SystemRoot%;C:\Program Files\Java\jdk1.5.0_17\bin
I hope this help
Ken:WAVE: