문제

We have a Java client/server app that downloads via jnlp launch (local machine has latest Java 7). When we compiled it for Java 7 it suddenly started caching urls that are not jars. In the Java 6 compile it will cache jars, but does not cache the other URLs. This is important because the jnlp cache causes the app to immediately be out of date.

How can I cause Java to cache the jars but not cache other resources? Thanks, I think that I read a thread that discussed this, but I can't find that thread any longer.

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top