make desktop shell application (jar!?) which could use third reference from jnlp

StackOverflow https://stackoverflow.com/questions/21827149

  •  12-10-2022
  •  | 
  •  

سؤال

i've to make a simply java desktop application (just working by shell...) which use third party code distributed by jnlp...

i've downloaded .jnlp, and then manually all .jar specified in that.

then created a new local project, adding these reference(to downloaded .jar), and using them, and it's ok...

i would like to avoid to distribute it like a jar with these "third jars" included, is it possible to use the "remote third jars" specified in jnpl ?! because these referenced class could be updated (and i know that could "broke" my code, but it's difficult, more probable just little internal changes...) (i think that security manager should not give me "access" to third party downloaded in user temp cache...)

the second idea is to make a my own .jnlp with the third party component "reference" (just an idea that should be tested...) , but i would avoid it, i've not apache maven etc etc..

thanks giacomo

لا يوجد حل صحيح

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top