JDK1.6.0_01 contains jre, do I still need to jre separately ? if yes, why ?
JDK contains bin folder and it also contains JRE folder. Now inside JRE, there is a bi folder. So which bin folder I set my path to ?
In Head First
Java book, it is mentioned to download J2SE documentation API and on java.sun.com, there is Java SE 6 Documentation. Is this the one mentioned in book and a developer is supposed to download ?if not then which Documentation API shall I download ?
My jdk download is in c directory , so command to set path will be
c:>set path=c:\jdk1.6.0_01\jre\bin is this right ? Do I point to jre bin or just jdk bin ?)
now if I want to make this path permanent, at command prompt I type
c:>%path%;set path=c:\jdk1.6.0_01\jre\bin is this right,pls correct if not
Thanks for co-operation