Changes between Version 71 and Version 72 of DeveloperInstructions
- Timestamp:
- 07/16/14 10:09:24 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperInstructions
v71 v72 1 1 == Setting up Eclipse IDE == 2 2 3 == =1. Download and install Java Development Kit (JDK)3 == 1. Download and install Java Development Kit (JDK) 4 4 5 The application has been tested with both Open JDK 7 and Oracle JDK 8. 6 We recommend the 8 due to planned upgrades of the code base in the near future. 5 === Installation 6 7 The application has been tested with: 8 * Open JDK 7 9 * Oracle JDK 8 (http://www.oracle.com/technetwork/java/javase/downloads/index.html). 10 11 We recommend going the 8 route due to planned upgrades of the code base in the near future. 12 13 Download the JDK version that you prefer and install it. 7 14 8 15