To see all the sample applications, create a reference sandbox with all examples using the procedure below, and choose which ones you want to keep. You can then create customized reference and development sandboxes using the same procedure.
The general command syntax for example installation is as follows:
mksb -n sandbox
Installs all basic SDK components without any examples.
mksb -n sandbox [jnx-example jnx-gateway...]
Installs only the explicitly requested examples.
mksb -n sandbox jnx-\*
Installs all SDK Engineering (jnx-prefixed) examples.
mksb -n sandbox sync-\*
Installs all Developer Support (sync-prefixed) examples.
mksb -n sandbox \*
Installs all available examples.
Once you install them, the sample applications are provided with your SDK software in the following directories:
sandbox/src/sbin/*
sandbox/src/lib/plugin-name/*
sandbox/src/lib/ddl/input/example-name/*.dd
sandbox/src/lib/odl/input/example-name.odl
sandbox/src/package-scripts/example-name/*