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 6554898 commit 3bb2810Copy full SHA for 3bb2810
tests/objectbox-java-test/src/test/java/io/objectbox/AbstractObjectBoxTest.java
@@ -91,6 +91,8 @@ public void setUp() throws IOException {
91
System.out.println("ObjectBox Core version: " + BoxStore.getVersionNative());
92
System.out.println("First DB dir: " + boxStoreDir);
93
System.out.println("java.version=" + System.getProperty("java.version"));
94
+ System.out.println("file.encoding=" + System.getProperty("file.encoding"));
95
+ System.out.println("sun.jnu.encoding=" + System.getProperty("sun.jnu.encoding"));
96
}
97
98
store = createBoxStore();
0 commit comments