Can Anybody please help me in installing Java.
I installed JCreatorI in c:/program files/java and once I am trying to compile my java programs, I am getting this thing :
I tried to execute it, I couldn't see the output. By using Notepad and Command prompt I see the output. Can anyone please tell me how to set this?
( For safe side the did saved my .java in the bin folder. )
Thanks in advance.
Regards,
KiranJyothi
I installed JCreatorI in c:/program files/java and once I am trying to compile my java programs, I am getting this thing :
Code:
Error : Invalid path, \bin\javac.exe -classpath "C:\Program Files\Java\jdk1.5.0_11\bin" -d "C:\Program Files\Java\jdk1.5.0_11\bin" "C:\Program Files\Java\jdk1.5.0_11\bin\Car.java" Process Completed.
I tried to execute it, I couldn't see the output. By using Notepad and Command prompt I see the output. Can anyone please tell me how to set this?
( For safe side the did saved my .java in the bin folder. )
Thanks in advance.
Regards,
KiranJyothi
Comment