Okay,
I just updated CVS with a version that has a solution (I hope) for the JNLP problem.
Setting the property “net.java.games.util.plugins.nolocalnative” to any value on your java command line
(eg “-Dnet.java.games.util.plugins.nolocalnative=true”)
will force it to skip the code that makes it look in the Jar’s directory for the native lib and instead fall back to whatever the default behavior is for that environment.
Recognize that in this mode there may be plug-ins with
name conflicts for their local libs that cannot be used together.