首页 > 代码库 > CloudSim4.0报错NoClassDefFoundError,Caused by: java.lang.ClassNotFoundException: org.apache.commons.math3.distribution.UniformRealDistribution
CloudSim4.0报错NoClassDefFoundError,Caused by: java.lang.ClassNotFoundException: org.apache.commons.math3.distribution.UniformRealDistribution
今天下载了CloudSim 4.0的代码,运行其中自带的示例程序,结果有一部分运行错误:
原因是找不到org.apache.commons.math3.distribution.UniformRealDistribution类,
解决办法:需要添加引用commons-math3-3.6.1.jar(下载地址:commons-math3-3.6.1.jar)。
步骤:eclipse项目名称右键->Properties->Java Build Path->Labraries->Add External JARs->选择下载好的commons-math3-3.6.1.jar,确定即可。
CloudSim4.0报错NoClassDefFoundError,Caused by: java.lang.ClassNotFoundException: org.apache.commons.math3.distribution.UniformRealDistribution
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。