hey guys i'm having a problem with my compiler on bulby 508 i need a compiling code or help the thing is that i downloaded JRE and JDK 6 u 17 and i have set the classpath's and path too this is my codes
Code:
CLASSPATH code is: C:Program Files/Java/jdk1.6.0_17\bin\
Code:
PATH code is: C:Program Files/Java/jdk1.6.0_17
and my compiler code is..
Code:
@echo off
COLOR 08
title Your Paradise
"C:\Program Files\Java\jdk1.6.0_17\bin\javac.exe" -cp . *.java
pause
and when i click compile it says
Code:
The system cannot find the path specified.
Press any key to continue . . .
PLEASE HELP!!!