So, I will use Java Web Start to deploy a java application. There are three options when exporting to Runnable Jar in eclipse Helios.
- Retrieving the required libraries in the JAR
- Required Library Packs in the JAR
- Copy the required libraries to a subfolder next to the JAR.
What are the differences and how will they affect my .jnlp file?
If this is one jar, isnβt it easier, because I wonβt need to write all the different paths to all the libraries that it uses?
If there are changes in the library or in the application, will one jar be the best solution? Or do I need <jar href=''> for each individual library?
Also note that I need to use my own libraries, for example .dll and .so.
eclipse jar java-web-start
KJW Nov 28 2018-11-21T00: 00-11
source share