what are the advantages that JWS offers by keeping Jars separate vs One-Jar?

北城以北 提交于 2019-12-11 13:45:14

问题


I am trying to launch One-Jar using JWS but it could not make it launch. Can anybody suggest me a good approach to make web start version of application from my two options --

1. Launch One-Jar using JWS

Have anyone tried this earlier? I am not getting success in this. Related Post.

2. Launch simple application JAR by specifying each jar in property that are being used in application.

I am looking a strong reason to avoid One-JAR because

  1. We always need to keep updating JNLP if any JAR version updated or if we added a new JAR in our application.
  2. We are already using One-Jar for our java-desktop version. so this same jar would be use for desktop as well as for web version.
  3. what are the advantages that JWS offers by keeping Jars separate?

来源:https://stackoverflow.com/questions/8293899/what-are-the-advantages-that-jws-offers-by-keeping-jars-separate-vs-one-jar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!