朋友们!如何解决repast simphony下的WARNING: An illegal reflective access operation has occurred!!

问题遇到的现象和发生背景

想要学习人工股市,先跑一下SFI-ASM,然后了解一下repast simphony,然后我就找呀找!最终安装好的repast simphony,并且想要用配置好的eclipse跑SFI-ASM,但是这个问题无法解决,各位朋友救命!

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/F:/RepastSimphony-2.9/eclipse/plugins/repast.simphony.runtime_2.9.0/lib/xstream-1.4.7.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
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

我的解答思路和尝试过的方法

我在网上看到的分享好像都是说jdk的版本过高,所以我尝试了jdk SE8的版本,但是如果用这个版本就无法打开配置好的eclipse,因为这个配置好的eclipse需要11以上的版本!并且第二种办法设置jvm option,我看都是针对idea的,eclipse里面,我找了一下,找不到这个设置,只能设置虚拟机的内存。所以真的希望各位朋友我!
因为这个问题,我就没办法进行下一步进行 Data Loader了!

安装jdk8以及对应的eclipse版本就行。

也想学习一下人工股市 博主能不能分享一下sti-asm的repast simphony的代码 感谢😊