Hello,
I am new to
java coding. I have installed jdk-6u25-windows-i586 in my machine. on executing it i am able to save two folders in my C drive
a)
C:\Program Files\Java\jdk1.6.0_25
b)
C:\Program Files\Java\jre6
I have configured a new variable under user variables of Environment variables as Path :
C:\Program Files\Java\jdk1.6.0_25\jre\lib;C:\Program Files\Java\jdk1.6.0_25;.;
Also i have configured some System variables under Environment variables:
1) CLASSPATH =
C:\Program Files\Java\jdk1.6.0_25\jre\lib;C:\Program Files\Java\jdk1.6.0_25;.;
2) JAVA HOME =
C:\Program Files\Java\jdk1.6.0_25\bin
3) PATH = "
C:\Program Files\Java\jdk1.6.0_25\bin;C:\Program Files\Android\android-sdk\platform-tools;C:\Program Files\RSA SecurID Token Common;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;"
When i write a small program in notepad with .javaextension and when i try to execute it by giving command javac <filename>.javai am getting warning as ''javac' is not recognized as an internal or external command,operable program or batch file.'
when i try to execute any command, the same warning is shown with the particular prefix of what ever command i try to execute.
Please help me out as early as possible.
Thank you all in advance.