Hi
In my system JRE7 is installed which i am able to see through the control panel . In command prompt when i entered the commands java-version and javac it is displying as follows
C:\>
java -version
java version "1.7.0"
C:\>javac
'javac' is not recognized as an internal or external command,
operable program or batch file.
By the above i can understand that JDK is not installed so its unable to recognize the javac command.
Now i created a java project in eclipse (GALILEO) and its showing the default compliance level as 1.6 and i am able to run sample java programs.
Please help me how its possible without JDK the java files are compiling , executing and from where this JDK 1.6(compliance levels ) came ?