I like to provide a property file with my webstart application for changing some of features/properties before startup.
Putting the file into a jar seems to be no solution, as it is only readable; providing it as a resource in the jnlp-file didn’t work, because only jar’s are allowed (that, unfortunately, makes totally sense :-/).
Does anyone knows if it is possible to make the file easily (not hidden somewhere in the javaws directory) accessible by the user on the client-side? Or are there any alternatives?
thx, gismo 