简体   繁体   English

io.netty.util.internal.PlatformDependent0$1 的非法反射访问

[英]Illegal reflective access by io.netty.util.internal.PlatformDependent0$1

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.这是我的问题。我第一次使用stackoverflow,我不知道如何使用它。 but I hope some people can help me.但我希望有人能帮助我。

Upgrade to the latest 4.1 release of netty.升级到最新的 netty 4.1 版本。 This was fixed a long time ago, and your version of netty is very old.这是很久以前修复的,你的netty版本很旧。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 java.lang.IllegalAccessException:class io.netty.util.internal.PlatformDependent0$6 - java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 什么是非法反射访问? - What is an illegal reflective access? Metro jar 非法反射访问 - Illegal reflective access by Metro jar Itext Java 11:com.itextpdf.io.source.ByteBufferRandomAccessSource $ 1的非法反射访问 - Itext Java 11: Illegal reflective access by com.itextpdf.io.source.ByteBufferRandomAccessSource$1 org.powermock.reflect.internal.WhiteboxImpl 对方法 java.lang.Object.clone() 的非法反射访问 - Illegal reflective access by org.powermock.reflect.internal.WhiteboxImpl to method java.lang.Object.clone() Sencha CMD 7 dockerfile 因非法反射访问而失败 - Sencha CMD 7 dockerfile fails with Illegal reflective access Java 10中的非法反射访问操作警告 - Illegal reflective access operation warning in Java 10 使用Jaxb和JDK 9在applet中进行非法反射访问 - Illegal reflective access in an applet with Jaxb and JDK 9 Springboot - 发生了非法反射访问操作 - Springboot - An illegal reflective access operation has occurred 发生了非法反射访问操作 - An illegal reflective access operation has occurred
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM