An illegal reflective access operation has occurred Apache POI

前端 未结 2 876
粉色の甜心
粉色の甜心 2020-12-30 13:23

I\'m using Apache POI to work with excel files, as of Java 9 I get this message, according to this post JDK9: An illegal reflective access operation has occurred. org.python

2条回答
  •  粉色の甜心
    2020-12-30 14:18

    Add the updated "poi-ooxml" dependency. It will resolve all the above warnings.

    
    
        org.apache.poi
        poi-ooxml
        4.1.0
    
    

提交回复
热议问题