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.