Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I don want to rely on server time stamp. How can I specify versioned JAR and how can I get incremental updates of JARs?

0
Posted

I don want to rely on server time stamp. How can I specify versioned JAR and how can I get incremental updates of JARs?

0

Java Web Start 1.0 supports versioned JARs and incremental update. You have the ability to specify exact versions of the JAR files you want, instead of relying on the time-stamp information to know if an update is available. Using version-id’s also allows you to provide incremental updates from one version to another. See the JNLP specification for the details: http://java.sun.com/aboutJava/communityprocess/jsr/jsr_056_jnlp.

0

JavaTM Web Start 1.0 supports versioned JARs and incremental update. You have the ability to specify exact versions of the JAR files you want, instead of relying on the time-stamp information to know if an update is available. Using version-id’s also allows you to provide incremental updates from one version to another. See the JNLP specification for the details: http://java.sun.com/aboutJava/communityprocess/jsr/jsr_056_jnlp.

0

Java Web Start 1.0 supports versioned JARs and incremental update. You have the ability to specify exact versions of the JAR files you want, instead of relying on the time-stamp information to know if an update is available. Using version-id’s also allows you to provide incremental updates from one version to another.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123