Example: Running DevelopChooser
This example describes how to setup an intentional context for and run the application
DevelopChooser, which you packaged when completing the steps in
Example: Running the packager. Remember,
DevelopChooser is a user application with a user interface.
Given a packaged image, the steps to set up and run it are
1. Get an .ini file, copy it to the same directory as the image and rename this .ini file to match the image.
2. Open a command terminal.
3. Launch the packaged image.
Details for how to set up and run DevelopChooser in the development environment or the VAST Runtime follow.
Development Envirionment
Copy abt.ini from the newimage subdirectory of the VAST Platform installation into the same directory as the packaged image, epappl, and rename it epappl.ini.
This .ini file will allow your packaged image to locate strings used for the graphical user interface.
Open a command terminal, cd to the directory with epappl, the reduced runtime image.
Launch the image from the command line. Since DevelopChooser has a user interface:
nodialog –iepappl
VAST Runtime
Copy the reduced runtime image, epappl, into the root of the VAST Runtime tree.
Copy <vast-runtime-root>\newimage\abt.ini to the same directory as as the packaged image, epappl, and rename it epappl.ini
This .ini file will allow your packaged image to locate strings used for the graphical user interface.
Open a command terminal, cd to <vast-runtime-root>.
Launch the image from the command line.
For Windows:
bin\nodialog.exe -iepappl
For Linux (UNIX):
newimage/nodialog -iepappl
Last modified date: 04/19/2022