Help me to fix this problem. [Help]
Error : Invalid path, \bin\javac.exe -classpath "C:\Documents and Settings\pc" -d "C:\Documents and Settings\pc" "C:\Documents and Settings\pc\Volcano.java"
Process completed.
----
when i try to compile my JCreator... i saw this massege... how can i fix this...?
Please anyone help me..
[323 byte] By [
robmars] at [2007-11-11 9:57:27]

# 1 Re: Help me to fix this problem. [Help]
Do you have a "C:\Documents and Settings\pc" subdirectory which includes the file Volcano.java? If you do, then the path issue is the location of javac.exe.
Is this a new installation? Have you successfully compiled anything else through JCreator? If you have, then the compiler is not finding the Volcano.java file.
nspils at 2007-11-11 22:32:13 >

# 3 Re: Help me to fix this problem. [Help]
Add the Jcreator PATH to PATH in Windows.
Go to Control Panel, System, Advanced, Envronment Variables.
Enter there the Path of your Program. I mean Jcreator .
:mad: