Non class files with Java Web Start

Posted by Michael Munsey on Stack Overflow See other posts from Stack Overflow or by Michael Munsey
Published on 2010-06-17T23:15:22Z Indexed on 2010/06/17 23:23 UTC
Read the original article Hit count: 196

Filed under:

How do you distribute other files needed by your application that aren't in a jar file? For example, the application at http://www.javabeginner.com/java-swing/java-swing-shuffle-game . The download contains Shuffle.jar, Shuffle.bat, Score.dat, and an images folder with 3 images in it. I can see possibly putting the images directly in Shuffle.jar, but you wouldn't want to put Score.dat in the jar file because it changes. Is there somewhere you could identify this type of file in the jnlp?

© Stack Overflow or respective owner

Related posts about javawebstart