【发布时间】:2020-02-04 13:06:59
【问题描述】:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by io.netty.util.internal.PlatformDependent0$1 (file:/D:/eclipse_workspace/Server_GameBox/lib/netty-all-4.1.6.Final.jar) to field java.nio.Buffer.address
WARNING: Please consider reporting this to the maintainers of io.netty.util.internal.PlatformDependent0$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release。
这是我的问题。我第一次使用stackoverflow,我不知道如何使用它。 但我希望有人能帮助我。
【问题讨论】:
-
欢迎来到 StackOverflow。由于这是您的第一次,如果您从 the Tour 开始,然后阅读 How to Ask a Question,您会发现很多建议。任何人都会问您的第一件事是提供导致您的问题的代码的minimum reproducible example。只发布一条错误消息,而没有说明您做了什么导致该错误,这将使任何人都很难为您提供帮助。
-
另外,您的问题实际上没有问题。