How can I pass java.library.path to TestNG?
I need to do the equivalent of
java -Djava.library.path=/blah
|
|
|
If you are bootstrapping a web server, you can write it in the run configuration script in the web server. For instance in JBoss look at this answer. |
|||
|
|
|
This is a system property that's interpreted by the JVM, why would TestNG care about it? |
|||||
|
|
You use the jvmarg ant tag like
|
|||
|
|