Is it necessary to modify PATH, CLASSPATH, and JAVA_HOME in order to use Eclipse?
When writing some code in Eclipse, does one need to change the PATH to add jdk/bin path in Windows environment variables? Does it work if one doesn't set PATH when only developing in Eclipse? Also, are setting CLASSPATH and JAVA_HOME variables likewise needed?
If so, why would making these changes be necessary if one only develops java in only Eclipse?
 
     
    