代码之家  ›  专栏  ›  技术社区  ›  razshan

如何为JavaWeb应用程序创建JNLP文件?

  •  5
  • razshan  · 技术社区  · 15 年前

    我从一堆类开始创建一个jar文件:

    拖车1已修改.class 初始键盘$1.class 初始键盘$处理程序.class 初始键盘$thehandler2.class 初始键盘$thehandler3.class 初始键盘$thehandler4.class 键盘5$处理程序.class 键盘5.class键盘6$1.class 键盘6$处理程序.class 键盘6.class键盘7$1.class 键盘7$thehandler3.class 键盘7.class键盘8$1.class 键盘8$处理程序.class 键盘8$thehandler2.class 键盘8.class键盘9$1.class 键盘9$thehandler2.class 键盘9$thehandler3.class 键盘9.class键盘10$1.class 键盘10$处理程序.class 键盘10$thehandler2.class 键盘10$thehandler3.class 键盘11$thehandler2.class 键盘11$thehandler3.class 键盘11.class键盘12$1.class 键盘12$处理程序.class 键盘12$thehandler2.class 键盘12$thehandler3.class 键盘13$处理程序.class 键盘13$thehandler2.class 键盘13$thehandler3.class 键盘13$thehandler4.class 键盘14$处理程序.class 键盘14$thehandler2.class 键盘14$thehandler3.class 键盘14$thehandler4.class 键盘14.class重新输入键盘.class 重新输入键盘$1.class重新输入键盘$2.class 重新输入$thehandler2.class 重新输入$thehandler3.class 重新输入$thehandler4.class时间.等级 时间2.class trail2$1.class trail2$2.class trail2.class UO$1.class UO$2.UO级$处理程序.class UO$thehandler2.class UO$thehandler3.classUO.等级

    现在我想创建一个JNLP文件。我在跟踪这个 http://download.oracle.com/javase/tutorial/deployment/webstart/deploying.html

    我对JNLP有点迷茫。如何创建它?它意味着什么?有没有关于(例如)创建一个简单的Hello World程序-->jar文件-->JNLP文件-->HTML stage-->java web应用程序的教程视频吗。

    3 回复  |  直到 15 年前
        1
  •  5
  •   Ram Dutt Shukla    13 年前

    简要说明:

    Java Web Start is a mechanism for program delivery through a standard Web server. Typically initiated through the browser, these programs are deployed to the client and executed outside the scope of the browser. Once deployed, the programs do not need to be downloaded again, and they can automatically download updates on startup without requiring the user to go through the whole installation process again

    看看 this

        2
  •  2
  •   Jack    15 年前

    看一看 here ,仍然来自甲骨文,但绝对更好!

    关于JNLP语法的具体主题: http://download.oracle.com/javase/6/docs/technotes/guides/javaws/developersguide/syntax.html#example

        3
  •  1
  •   AlexR    15 年前

    花点时间,把你们的课装进罐子里。方便多了!