Use Application Mode libraries

This guide shows you how to use the main library for Application Mode scripts, ApplicationState. This library gives you more control over Deephaven's state during launch.

ApplicationState is used to interact with the Deephaven server within Application Mode. Values set on an instance of this class interact with fields on the Deephaven server.

Example

The following example uses ApplicationState to create tables within Deephaven through Application Mode.