How do I specify in java webstart .jnlp file, that some of my jars are overriding the JRE builtin implementations? Just like the endorsed lib property on a regular application.
feedback
|
|
It seems there is no way to define endorsed dirs in web start. Even defining the java.endorsed.dirs property to some local directory doesn't work. Probably java sets the variables after the runtime is already up. Two possible solutions to this:
| |||
|
feedback
|