- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 153字
- 2021-08-27 19:57:41
Java 8
Java 9 is the latest Java release introducing features like modules, reactive streams and so on. While JHipster applications will work with Java 9 it is recommended to stick to the more stable Java 8 until Java 9 support is stable in all the dependencies used.
The generated applications use Java 8 and hence it is required to compile the applications:
- Check for your installed Java version by running the command java -version in the Terminal. It should display java version "1.8.x" where x could be any patch version.
- If you do not have the correct version installed, you can visit the Oracle website (http://www.oracle.com/technetwork/java/javase/downloads/index.html) and follow the instructions to install the JDK for Java 8.
- Once installed, check the command in step 1 again to make sure. As the JDK alters the environment variable to set JAVA_HOME you would have to open a new Terminal here.
推薦閱讀
- 極簡算法史:從數學到機器的故事
- The DevOps 2.3 Toolkit
- FreeSWITCH 1.8
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- OpenCV 3和Qt5計算機視覺應用開發
- Scratch 3.0少兒編程與邏輯思維訓練
- GitLab Repository Management
- Learning Python Design Patterns(Second Edition)
- Mastering Google App Engine
- 程序員修煉之道:通向務實的最高境界(第2版)
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Python程序設計開發寶典
- Android應用開發實戰(第2版)
- 程序員的成長課
- UML基礎與Rose建模實用教程(第三版)