gpt4 book ai didi

repast-simphony - Repast - 从另一个 Java 程序调用模拟

转载 作者:行者123 更新时间:2023-12-04 10:56:20 27 4
gpt4 key购买 nike

我正在尝试从另一个 Java 程序调用我的模拟模型。我按照官方说明获得如下代码:

package test;

public class UserMain {

public UserMain(){};

public void start(){

String[] args = new String[]{"D:\\user\\model\\Repast_java\\IntraCity_Simulator\\IntraCity_Simulator.rs"};

// repast.simphony.runtime.RepastMain.main(args);
}

public static void main(String[] args) {

UserMain um = new UserMain();
um.start();
}
}

它没有用。我认为这是由于错误的类路径。如何正确配置?
Note that you need to have repast.simphony.runtime/bin and the jars in repast.simphony.runtime/lib on your classpath since the runtime needs these to start.

最佳答案

这更多是关于如何使用 Java 的类路径的 Java 或 Eclipse 问题。但简而言之,如果您从命令行运行,则可以使用 -cp 参数来指定类路径。快速谷歌应该提供详细信息。在 Eclipse 中,类路径在应用程序的运行配置(运行 -> 运行配置)的依赖项选项卡中指定。

关于repast-simphony - Repast - 从另一个 Java 程序调用模拟,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59152716/

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