问题:WARNING: An illegal reflective access operation has occurred

在升级到JDK11.0.6后,启动项目出现WARNING: An illegal reflective access operation警告。解决方法包括配置VM option加入--illegal-access=deny参数,或者在启动类中添加特定方法。目前不清楚警告的具体影响,但这些方法可以避免警告显示。
摘要由CSDN通过智能技术生成

问题描述

pull了一个项目,环境是jdk11.0.6,而我之前使用的是1.8。当然这都是小问题,关键是配置好环境后,启动时会弹出这么一个警告。暂时不知道会有什么影响,不过还是找了一下解决方法。

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils (file:/D:/Java/solfware/Maven/maven_repository/org/springframework/spring-core/5.2.0.RELEASE/spring-core-5.2.0.RELEASE.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of org.springframework.cglib.core.ReflectUtils
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

解决办法

1.配置VM option

输入:–illegal-access=deny

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值