I've been using Eclipse Neon (4.6.0) which only supports C/C++ by default. Now that I need to program in Java, I want to integrate Java to the IDE I'm using. So I went to install the "Eclipse JDT Plug-in Developer Resources" Java plugin, including "Eclipse Java Development Tools."
But then, I have the JDK and JRE installed from Oracle very much prior to this day. Now I wonder...
- Do I need to install the Eclipse Java plugins from Eclipse even if I already have the Java JDK and JRE installed in my computer?
- If yes, then there must be a difference between the Eclipse JDK and Oracle's JDK. What's the difference?
- If no, how can I link the JDK and JRE (if either/both is needed) to the project, such that I can finally program in Java?
Clear and concise answers are very much appreciated.