Reputation: 33
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。
this is my question.I am first use stackoverflow, I don't know how to use it. but I hope some people can help me.
Upvotes: 2
Views: 4895
Reputation: 23557
Upgrade to the latest 4.1 release of netty. This was fixed a long time ago, and your version of netty is very old.
Upvotes: 3