I just noticed that my Eclipse (Luna version) works on JRE instead of JDK. I was curious about this because my environment variables are set correctly, like! User-Variables! (JAVA_HOME and added to the PATH value).
I'm not an absolute beginner, so I know for sure that the JDK is for developers (as the name suggests), as well as the JRE. I'm just completely amazed that Eclipse, which is built for development, has access only to the runtime.
Maybe I'm wrong, and in the "installed JRE" configuration, it only gets access to things like the JVM, etc. and gets access to the JDK at another point ?!
I came across this while I try to solve the problem with parameter names from standard class methods (got arg0, arg1, etc.) and saw that javadoc was not attached.
Now I want to know whether to select JRE or JDK in Windows => Preferences => Java => Installed JREs? I dare to suggest that running a program with a configured JDK will slow it down because the JDK folder contains more data and therefore has a larger size. What is a βnormalβ configuration ?!
I just want to set up Eclipse correctly and close my knowledge gap, which I obviously have in this context.
java eclipse javadoc
monty.py
source share