Java Development Kit or JDK is required to be installed on your server in order to run any java based application. As Smarten is a java based application it is required JDK is installed on the server. Wildfly would not run in absence of the Java Development Kit.
To Install JDK in Debian based Linux (UBUNTU), execute following commands
- sudo add-apt-repository ppa:webupd8team/java
- sudo apt-get update
- sudo apt-get install oracle-java7-installer
To Install JDK in RPM based Linux (Red hat, Fedora and Cent OS)
- Download appropriate RPM file in Linux from this link- http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html or http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jdk-7u79-oth-JPR
- Execute below mention command to install JDK
- rpm -ivh jdk-8uversion-linux-x64.rpm
To Install JDK in Windows Machine
- Download appropriate file from this link- http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html or http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jdk-7u79-oth-JPR
- Run .exe Installation setup file and follow Installation steps as shown below
- Click on Next to continue with the installation
Click on Next to Continue
- Here you can change the Installation folder path or if you don't want to change you can Install on the default path
Click on Close to complete the Installation
Note: This article is based on Smarten Version 5.X. This may or may not be relevant to the Smarten version you may be using.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article