August 2010
Intermediate to advanced
412 pages
8h 59m
English
The Java Development Kit includes the essential development tools (JDK) and the Java Runtime Environment (JRE). The development tool compiles the Java source code into byte codes and the JRE is the response to execute the byte codes. We will need several Java compilations in later chapters. SmartFoxServer is build on the Java environment and we need the JRE to start up the server. The JDK and JRE may be pre-installed in some OSs.
The steps for installing JDK on Windows are as follows:
Read now
Unlock full access