Hello,
After installing JDK (jdk1.8.0_40), I typed in the following to test the installation. I encountered errors in my command line.
C:Usersp.abhiman.taral>cd
Access is denied,
C:>cd code
C:code>javac hello.java
C:code>java hello
Welcome to Java
C:code>
Please help.
Alex