diff options
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/configs/BandwidthBenchmark.properties | 2 | ||||
-rw-r--r-- | nbproject/project.properties | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/nbproject/configs/BandwidthBenchmark.properties b/nbproject/configs/BandwidthBenchmark.properties index 280e757..d2d5a35 100644 --- a/nbproject/configs/BandwidthBenchmark.properties +++ b/nbproject/configs/BandwidthBenchmark.properties @@ -1 +1 @@ -main.class=com.jogamp.opencl.demos.bandwidth.BandwidthTest +main.class=com.jogamp.opencl.demos.bandwidth.BandwidthBenchmark diff --git a/nbproject/project.properties b/nbproject/project.properties index 62a1870..d0f231e 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -83,8 +83,8 @@ run.classpath=\ # Space-separated list of JVM arguments used when running the project # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value # or test-sys-prop.name=value to set system properties for unit tests): -#-verbose:jni -run.jvmargs=-Xcheck:jni -Djava.library.path="\ +#-verbose:jni -Xcheck:jni +run.jvmargs=-Djava.library.path="\ ${jocl.root}/${rootrel.build}/natives/jocl${path.separator}\ ${jogl.root}/${rootrel.build}/jogl/obj${path.separator}\ ${jogl.root}/${rootrel.build}/nativewindow/obj${path.separator}\ |