I am using JavaScript in order to execute JNLP which in the end will execute my client.
I am trying to pass parameters via JavaScript execution to the JNLP and havin
Are you sure if the response type of the JSP is "application/x-java-jnlp-file"?
If not, Please mention it at the top of the JSP and check.
<% response.setContentType("application/x-java-jnlp-file"); %>