开发者

Run Existing Web Start App Through IDE Using Existing JNLP(s)

I have an existing application that I need to debug. On the web server it uses 2 JNLP files, one containing many parameter settings needed by the application. I am trying to get this to run through my IDE (netbeans) with no success. Netbeans allows me to set up the application as开发者_开发知识库 a web start app but creates the JNLP files itself (no good because I need the parameters). I am left with placing all of the parameters in an HTML file and running the app through sun.applet.AppletViewer. I've scoured Google and the forums looking for an answer but am not seeing any.


You can edit your projects jnlp file "template" and add required params directly. The file is named master-application.jnlp and it should be in the root folder of your project.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜