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 16866e6Copy full SHA for 16866e6
java/Makefile
@@ -358,7 +358,7 @@ 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
+ $(JAVA_CMD) $(JAVA_ARGS) -Djava.library.path=target -DROCKS_JAVA_DEBUG_NLL=true -cp $(MAIN_CLASSES):$(SAMPLES_MAIN_CLASSES) RocksDBSample /tmp/rocksdbjni
362
363
364
0 commit comments