From 3a6e5efa644ce9496dba73b5cb1d1e10b3d5422f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 22 Aug 2011 19:57:44 +0200 Subject: Use JOGL's all lib path (native DSOs) --- nbproject/project.properties | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index 65499e44..022451f3 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -82,9 +82,7 @@ run.classpath=\ # or test-sys-prop.name=value to set system properties for unit tests): run.jvmargs=-Xmx256m -Djava.library.path=\ "${basedir}/${rootrel.build}/natives/jocl${path.separator}\ - ${jogl.root}/${rootrel.build}/jogl/obj${path.separator}\ - ${jogl.root}/${rootrel.build}/nativewindow/obj${path.separator}\ - ${jogl.root}/${rootrel.build}/newt/obj${path.separator}\ + ${jogl.root}/${rootrel.build}/lib${path.separator}\ ${gluegen.root}/${rootrel.build}/obj" run.test.classpath=\ ${javac.test.classpath}:\ -- cgit v1.2.3