Reflections - Java 8 - invalid constant type

后端 未结 6 1009
余生分开走
余生分开走 2020-11-28 09:41

I have a problem with Reflections library. I am trying to load dynamically all classes which implement specific interface. Everything works fine (all classes are loaded) as

6条回答
  •  [愿得一人]
    2020-11-28 10:45

    I had this problem so I did the downgrade temporarily from my jdk, EXPORT JAVA_HOME="/home/user/jdk1.7.0_55" and everything worked fine.

提交回复
热议问题