Property java.library.path
authorMarkus Bröker <mbroeker@largo.dyndns.tv>
Sun, 26 Jul 2009 18:14:15 +0200
changeset 102 b8ff193b1a01
parent 101 176448af80fa
child 103 be3fe4a4f097
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>
libConsole/Makefile
--- 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