gpt4 book ai didi

java - 在 intellij 项目中使用下载的 .class 文件

转载 作者:行者123 更新时间:2023-12-01 16:53:35 24 4
gpt4 key购买 nike

我应该:

  • 将所有.java文件和cs2030.simulator包直接放在src下
  • 使用cs2030.simulator包中的RandomGenerator.class
  • 有 RngCustom 引用 RandomGenerator
  • 将RngCustom的类文件编译到cs2030.simulator包

但是,在 intellij 中,我收到错误,intellij 想要将 .java 移动到包中,并且无法解析 RandomGenerator。
即使 intellij 显示错误,我也可以使用 javac -d . *.java 进行编译,它将编译后的 .class 放入包中

enter image description here

即使我将 RngCustom.java 文件移入包中,intellij 仍然无法解析 RandomGenerator enter image description here

最佳答案

您需要将此RngCustom文件放入cs2030.simulator包中。

正如您在intellij本身中看到的,RngCustom文件的路径是Project3/src/

将路径更改为Project3/src/cs2030/simulator

关于java - 在 intellij 项目中使用下载的 .class 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61634471/

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