(Quick Reference)

2.6 Running an application - Reference Documentation

Authors: Andres Almiray

Version: 1.2.0

2.6 Running an application

Griffon applications can be run in standalone mode using the run-app command:

griffon run-app

Or in applet mode using the run-applet command:

griffon run-applet

Or in webstart mode using the run-webstart command:

griffon run-webstart

More information on the run-app command can be found in the reference guide.