I always receive a "unable to launch the application" while trying run a jnlp file, note that this file use an external JAR file. Please help me to fix this issue.
the is is contents of the JNLP file
<jnlp codebase="file:/C:/Documents%20and%20Settings/WebSrv/My%20Documents/NetBeansProjects/Token2/dist/" href="launch.jnlp" spec="1.0+">
<information>
<title>Token2</title>
<vendor>WebSrv</vendor>
<homepage href=""/>
<description>Token2</description>
<description kind="short">Token2</description>
</information>
<update check="always"/>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.7+"/>
<jar href="Token2.jar" main="true"/>
<jar href="lib/freetts.jar"/>
</resources>
<application-desc main-class="token.SpeechAndVision"/>
</jnlp>