Download the JDK if you want to do Java development. The JDK comes with the Java compiler (javac) which you will need for development.
The JRE is the run time environment only - get this if you only want to run Java programs.
If you get the JDK it comes with a JRE included so you don't need to get the JRE separately.