Skip to content
Snippets Groups Projects
Commit 89f4eccd authored by Meredith L. Patterson's avatar Meredith L. Patterson
Browse files

fix UnsatisfiedLinkError. Now we've got an undefined symbol

parent b3dee921
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</parent> </parent>
<groupId>com.upstandinghackers</groupId> <groupId>com.upstandinghackers</groupId>
<artifactId>hammer-native</artifactId> <artifactId>libhammer</artifactId>
<version>0.9</version> <version>0.9</version>
<name>Hammer JNI Bindings - Linux Native</name> <name>Hammer JNI Bindings - Linux Native</name>
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
<artifactId>hammer-java</artifactId> <artifactId>hammer-java</artifactId>
<version>0.9</version> <version>0.9</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>
...@@ -79,8 +78,11 @@ ...@@ -79,8 +78,11 @@
<configuration> <configuration>
<forkMode>once</forkMode> <forkMode>once</forkMode>
<environmentVariables> <environmentVariables>
<LD_LIBRARY_PATH>${project.build.directory}:${project.build.directory}/../../../../</LD_LIBRARY_PATH> <LD_LIBRARY_PATH>${project.build.directory}:../../../../</LD_LIBRARY_PATH>
</environmentVariables> </environmentVariables>
<systemPropertyVariables>
<java.library.path>${project.build.directory}</java.library.path>
</systemPropertyVariables>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment