Changes between Version 77 and Version 78 of DeveloperInstructions
- Timestamp:
- 07/16/14 10:25:23 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperInstructions
v77 v78 3 3 The application and it's build process is OK with GNU/Linux, Microsoft Windows and other operating systems. 4 4 5 == Setting up Eclipse IDE == 5 == Setting up Java Development Kit (JDK) == 6 7 The application is coded in the Java programming language, so you will need the tools that are part of a recent JDK. The recommended IDE is Eclipse, which also uses Java. If you want you can run Eclipse in one version of Java, and compile and run the application with another version of Java, but it is not necessary. 6 8 7 9 == 1. Download and install Java Development Kit (JDK)