We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0a173 commit 39a1c23Copy full SHA for 39a1c23
src/test/java/org/lmdbjava/TutorialTest.java
@@ -65,6 +65,10 @@
65
* required system libraries. If you are using another 64-bit platform, you'll
66
* need to install the LMDB system library yourself. 32-bit platforms are not
67
* supported.
68
+ *
69
+ * <p>
70
+ * Start the JVM with arguments <code>--add-opens java.base/java.nio=ALL-UNNAMED
71
+ * --add-opens java.base/sun.nio.ch=ALL-UNNAMED</code> to suppress JVM warnings.
72
*/
73
public final class TutorialTest {
74
0 commit comments