Changes between Version 72 and Version 73 of DeveloperInstructions


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

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperInstructions

    v72 v73  
    1414
    1515
    16 ==== Windows
     16=== Configuring in Windows
    1717
    18  * Set up system variable JAVA_HOME to the absolute path to the main directory of the JDK installation
    19  * Set up system variable PATH to the absolute path of the bin directory inside the JDK
     18 * Set up system variable JAVA_HOME to the absolute path to the main directory where you installed the JDK
     19 * Set up system variable PATH to the absolute path of the bin directory inside the JDK or %JAVA_HOME%\bin
    2020 * For 64-bit operating systems, both 64-bit and 32-bit JDK versions should be installed
    2121
     
    2626javac -version
    2727}}}
    28 you should get the installad java compiler version
     28you should get the version of the installed java compiler
    2929
    3030----