Changes between Version 77 and Version 78 of DeveloperInstructions


Ignore:
Timestamp:
07/16/14 10:25:23 (10 years ago)
Author:
Vangel Ajanovski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperInstructions

    v77 v78  
    33The application and it's build process is OK with GNU/Linux, Microsoft Windows and other operating systems.
    44
    5 == Setting up Eclipse IDE ==
     5== Setting up Java Development Kit (JDK) ==
     6
     7The 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.
    68
    79== 1. Download and install Java Development Kit (JDK)