please don't ask how i got myself into this predicament...
i run the following command to start my applicaiton
there is a dll contained in the
lib folder that one of my third-party classes relies on to write to the windows registry.
I'm stuck though...
is part of a new feature i'm rolling out to my customers, but they have an existing exe wrapper that calls my
java application and it does not include the this new jvm arg...
is there anyway to programmaticlly specify the java.library.path VM argument in the code? I tried
but it fails...