Enterprise Java Development@TOPIC@

Chapter 1. Java JDK Setup

1.1. Download and Install JDK
1.2. Verify your JDK is installed

You will need a copy of either Java 6 or Java 7 SDK installed. JavaEE 6 only requires JDK 6 but but JDK 6 will soon hit its end-of-life. The instructions describe downloading JDK 7.

Java 6 source environment/Java 7 target environment

The Maven configuration for class will default to Java 6-compliant source while targeting a Java 7 runtime. This should give us a decent fallback option between the two versions during this transition period. To use a Java 6 runtime, simply override the default "java.target.version=1.7" property using your Maven .m2/settings.xml.

Keep 32/64-bit choices consistent

Keep the 32/64-bit choice consistent with what you download later for Eclipse.