Skip to content

Commit 5ad9b32

Browse files
committed
Add java.library.path system property to Demo pom.xml for native DLL loading
1 parent 28d9794 commit 5ad9b32

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

examples/Demo/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
<additionalClasspathElements>
2828
<additionalClasspathElement>../../build</additionalClasspathElement>
2929
</additionalClasspathElements>
30+
<systemProperties>
31+
<systemProperty>
32+
<key>java.library.path</key>
33+
<value>../../build</value>
34+
</systemProperty>
35+
</systemProperties>
3036
</configuration>
3137
</plugin>
3238
</plugins>

0 commit comments

Comments
 (0)