Skip to content

Commit 39a1c23

Browse files
committed
Refer to JVM startup options (resolves #205)
1 parent cc0a173 commit 39a1c23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/org/lmdbjava/TutorialTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
* required system libraries. If you are using another 64-bit platform, you'll
6666
* need to install the LMDB system library yourself. 32-bit platforms are not
6767
* 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.
6872
*/
6973
public final class TutorialTest {
7074

0 commit comments

Comments
 (0)