Game Development Reference
In-Depth Information
select "Run," the Windows Installer will start up and lead you through a dialog to install
the JDK on your PC.
To verify if the JDK is already installed correctly, just open a command prompt and type
in command “java -version”, the java version information should be displayed as below if
JDK is installed successfully (figure 1.2).
c:\Users\Administrators>java -version
java version "1.6.0._23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) 64-Bit Server VM (build 19.0-b09, mixed mode)
Figure 1.2 Java Version Information
Linux
Select the right one from the list of Linux distributions. Read, review, and accept Sun's li-
cense for the JDK. You will need to download the self-extracting binary to the place you
want to install the JDK on your filesystem. If that place is a system wide directory (such
as /usr/local), you will need root access. After the file is downloaded, make it executable
Search WWH ::




Custom Search