Changes between Version 72 and Version 73 of DeveloperInstructions
- Timestamp:
- 07/16/14 10:10:44 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperInstructions
v72 v73 14 14 15 15 16 === =Windows16 === Configuring in Windows 17 17 18 * Set up system variable JAVA_HOME to the absolute path to the main directory of the JDK installation19 * 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 20 20 * For 64-bit operating systems, both 64-bit and 32-bit JDK versions should be installed 21 21 … … 26 26 javac -version 27 27 }}} 28 you should get the installad java compiler version28 you should get the version of the installed java compiler 29 29 30 30 ----