We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d2776 commit 39f1df6Copy full SHA for 39f1df6
java/Makefile
@@ -358,7 +358,8 @@ sample: java
358
$(AM_V_at)$(JAVAC_CMD) $(JAVAC_ARGS) -cp $(MAIN_CLASSES) -d $(SAMPLES_MAIN_CLASSES) $(SAMPLES_MAIN_SRC)/RocksDBSample.java
359
$(AM_V_at)@rm -rf /tmp/rocksdbjni
360
$(AM_V_at)@rm -rf /tmp/rocksdbjni_not_found
361
- $(JAVA_CMD) $(JAVA_ARGS) -Djava.library.path=target -cp $(MAIN_CLASSES):$(SAMPLES_MAIN_CLASSES) RocksDBSample /tmp/rocksdbjni
+ $(AM_V_at)@ls -la target/
362
+ $(JAVA_CMD) $(JAVA_ARGS) -Djava.library.path=target -DROCKS_JAVA_DEBUG_NLL=true -cp $(MAIN_CLASSES):$(SAMPLES_MAIN_CLASSES) RocksDBSample /tmp/rocksdbjni
363
364
365
0 commit comments