- Building Android Games with Cocos2d-x
- Raydelto Hernandez
- 239字
- 2021-07-23 19:46:31
Setting up Java
The Android platform technology stack is based on the Java technology; that is why the first item to be downloaded will be the Java Development Kit (JDK). Although Java JDK 8 is the latest version at the time of writing this book, it is not officially supported by all Android versions, so we will download JDK 6, all the template Java codes generated by Cocos2d-x can be successfully compiled with this version.
You can download the JDK 6 from Oracle at http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase6-419409.html regardless of your development environment.
If Windows is your current environment, then after installing JDK you are required to add the path of the binaries folder to the PATH environment variable. This path will look like this: C:\Program Files\Java\jdk1.6.0_45\bin
.
Open a new system console and type javac –version
, if Java compiler's version number is displayed, then you have successfully installed JDK in your system.
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Mastering JavaScript Object-Oriented Programming
- NLTK基礎(chǔ)教程:用NLTK和Python庫構(gòu)建機(jī)器學(xué)習(xí)應(yīng)用
- 程序員數(shù)學(xué):用Python學(xué)透線性代數(shù)和微積分
- 微服務(wù)設(shè)計原理與架構(gòu)
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程
- Learning SAP Analytics Cloud
- x86匯編語言:從實模式到保護(hù)模式(第2版)
- C/C++常用算法手冊(第3版)
- R的極客理想:工具篇
- Unity 2018 Shaders and Effects Cookbook
- INSTANT Adobe Edge Inspect Starter
- Hands-On Nuxt.js Web Development
- Java7程序設(shè)計入門經(jīng)典
- SQL Server on Linux