0

Following this tutorial I used NetBeans to build my self-signed Applet jar, launch.html and launch.jnlp files. However when I open the html in any browser, the applet does not initialize. I get no error of any kind, just a blank white webpage. When exported with eclipse unsigned, the applet embedded into a webpage initializes and runs properly in browsers. However I need it signed and launched using JNLP for it's purposes.

Code available upon request.

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
unmuse
  • 677
  • 2
  • 9
  • 21
  • If you do it in netbeans as an unsigned applet does it work? If so then the issue might be the self-signed applet. – BillRobertson42 Jan 10 '12 at 23:24
  • What information (if any) is reported in the Java Console? Specifically why do you need a signed applet? Why do you need it to be embedded in a web page? Why are you launching it using JWS? – Andrew Thompson Jan 11 '12 at 02:35

0 Answers0