Product Selector

Fusion 5.9
    Fusion 5.9

    Self-Executing Deployment

    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.

    1. In a shell window, switch to your project directory:

      cd /path/to/Project_Directory
    2. 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