diff options
author | neothemachine <[email protected]> | 2013-01-17 22:03:03 +0100 |
---|---|---|
committer | neothemachine <[email protected]> | 2013-01-17 22:03:03 +0100 |
commit | a2982c8b6f0ee754a001cd9513e5543b9b8a0021 (patch) | |
tree | aa5970fe4287d90d9d521a6b0742a016ad984fa9 /ardor3d-examples/nbactions.xml | |
parent | b80758f0f8274815f7a315965909228f3b30d244 (diff) |
fixed Netbeans run configs (native lib path)
Diffstat (limited to 'ardor3d-examples/nbactions.xml')
-rw-r--r-- | ardor3d-examples/nbactions.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ardor3d-examples/nbactions.xml b/ardor3d-examples/nbactions.xml index 208ef9e..0a521fa 100644 --- a/ardor3d-examples/nbactions.xml +++ b/ardor3d-examples/nbactions.xml @@ -8,7 +8,7 @@ </goals> <properties> <exec.classpathScope>${classPathScope}</exec.classpathScope> - <exec.args>-Djava.library.path=${library.path} -classpath %classpath ${packageClassName}</exec.args> + <exec.args>-Djava.library.path=target/natives -classpath %classpath ${packageClassName}</exec.args> <exec.executable>java</exec.executable> </properties> </action> |