gpt4 book ai didi

java - 如何修复repast.simphony.runtime.RepastMain生成的错误?

转载 作者:行者123 更新时间:2023-11-30 01:45:16 25 4
gpt4 key购买 nike

我尝试使用repast.simphony.runtime.RepastMain以编程方式启动Repast-simphony。所以当我吃午饭时,saf.core.runtime.Boot 类给出了这种类型的错误:

"ERROR [AWT-EventQueue-0] 14:43:38,880 saf.core.runtime.Boot - null
java.lang.NullPointerException
at saf.core.runtime.Boot.init(Boot.java:79)
at saf.core.runtime.Boot.main(Boot.java:246)
at repast.simphony.runtime.RepastMain.main(RepastMain.java:43)
at simmasto0.util.C_ChooseProtocol.actionPerformed(C_ChooseProtocol.java:123)

"

您愿意帮助找到此问题的解决方案吗?诚挚的!

public void actionPerformed(ActionEvent e) {
String xmlFileName = "parameters_scenario_" + e.getActionCommand() + ".txt";
splitRepastXmlConfigFiles(xmlFileName);
System.out.println(e.getActionCommand() + " Protocol choosed");
String[] args = new String[]{"C:\\Users\\sallmous\\`enter code here`Documents\\Workspace_Moussa\\SIMmasto_0\\SIMmasto_0.rs"};`enter code here`
repast.simphony.runtime.RepastMain.main(args);
System.exit(0);
}

最佳答案

当未找到 boot.properties 文件时,您可能会收到此错误。 Boot 首先在场景文件夹中查找该文件,如果在该文件夹中找不到该文件(通常不会),则它会默认查找 repass.simphony.runtime Eclipse 插件中的 boot.properties 文件。

请注意,有关从外部应用程序运行 Simphony 的更多信息可以在以下位置找到:https://repast.github.io/docs/RepastFAQ/RepastFAQ.html#_running_models

关于java - 如何修复repast.simphony.runtime.RepastMain生成的错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58270247/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com