I have HTML page in which is applet. Applet import javax.jnlp.FileOpenService and for that I need include jnlp.jar in my applet library folder. When I build project and run it, works fine. In next step I create Web project that have html page in which is same applet that use FileOpenService. When I build web project, NetBeans create war file where ...