To launch a voice application you must configure a VoiceXML Application launch configuration. To set up
a launch configuration the following steps are necessary:
- Select Run -> Run... to open the Launch Configuration Dialog.
- Select VoiceXML Application and press the New button. You may optionally name this launch configuration by entering alternate text into the Name field.
- Select the VoiceXML Browser to use from the Browser drop-down list.
- Enter the URL of your application in the URL field. If you are using a Web Project, this is typically http://[Hostname]:8080/[Projectname]/[Filename], where Hostname is the host name or IP address of your computer, Projectname is the name of your eclipse project, and Filename is the path and filename under the WebContent directory where your VoiceXML program is located.
Additionally, the VoiceXML browser selected may have configuration information below the URL field. See the VoiceXML Browser's documentation for more information on these parameters.
Once the VoiceXML browser has been properly configured you may launch it by pressing the Run button.