- 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.
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- Visual Basic 6.0程序設計計算機組裝與維修
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Apache Hive Essentials
- 編程珠璣(續)
- Python編程完全入門教程
- SAS數據統計分析與編程實踐
- Learning ArcGIS for Desktop
- HTML 5與CSS 3權威指南(第3版·上冊)
- Python:Deeper Insights into Machine Learning
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- OpenCV Android開發實戰
- HTML5移動前端開發基礎與實戰(微課版)
- Koa與Node.js開發實戰
- 系統分析師UML用例實戰