Self-Executing Deployment
Table of Contents
In this deployment type, your search interface runs within the Java runtime environment (JRE).
Compiling a .jar file
A downloaded project comes with an app-studio
script that creates a .jar
file.
-
In a shell window, switch to your project directory:
cd /path/to/Project_Directory
-
Run the following command:
./app-studio package
The script creates the following file in the dist
directory of your project:
search-app-VERSION.x-y.y.y.jar
This is your self-executing application file.
Launching a self-executing deployment
java -jar search-app-VERSION.x-y.y.y.jar