Features > Launch Configurations |
![]()
When you generate the sample projects from the Sample Application Wizard, two default Frontier Application launch configurations are created for each sample—one to run the application locally, and another to run the application remotely. These launch configurations can be viewed and edited by selecting the Run > Run... or Debug... menu option in Eclipse.
These configurations automatically set and/or prompt for all the required
program and VM arguments. The system property,
com.parabon.util.passwordPrompterClass, must be set for any
application that will connect to a remote grid. If it is not specified, it is
automatically set by the Frontier Application launcher to
com.parabon.util.PasswordDialog, which can be seen in the VM
arguments list on the Arguments tab.
![]()