Property java.library.path
i've found out how to set the library path correctly with java tools
committer: Markus Bröker <mbroeker@largo.homelinux.org>
--- a/libConsole/Makefile
+++ b/libConsole/Makefile
@@ -42,4 +42,4 @@
LD_LIBRARY_PATH=lib $(JAVA) -cp . Getch
run: Getch.class $(LIB)
- $(JAVA) -cp . Getch
+ $(JAVA) -Djava.library.path=lib -cp . Getch