- 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.
推薦閱讀
- PWA入門與實(shí)踐
- Python機(jī)器學(xué)習(xí):數(shù)據(jù)分析與評分卡建模(微課版)
- Java游戲服務(wù)器架構(gòu)實(shí)戰(zhàn)
- 64位匯編語言的編程藝術(shù)
- Banana Pi Cookbook
- Python數(shù)據(jù)分析(第2版)
- Nexus規(guī)模化Scrum框架
- JavaScript入門經(jīng)典
- Python Web數(shù)據(jù)分析可視化:基于Django框架的開發(fā)實(shí)戰(zhàn)
- Python忍者秘籍
- Windows內(nèi)核編程
- 數(shù)據(jù)分析與挖掘算法:Python實(shí)戰(zhàn)
- 深入理解Java虛擬機(jī):JVM高級特性與最佳實(shí)踐
- Ionic Framework By Example
- Spring Cloud微服務(wù)架構(gòu)開發(fā)實(shí)戰(zhàn)