gpt4 book ai didi

java - 错误: Could not find or load main class IntelliJIdea

转载 作者:行者123 更新时间:2023-12-01 20:23:45 26 4
gpt4 key购买 nike

我正在尝试在intellij上运行JavaFX应用程序,但无论我尝试什么,我都无法让它工作,并且已经尝试了几个小时。我现在正处于这个阶段,每当我尝试运行时都会收到此错误。

Error: Could not find or load main class C:\Desktop\javafx-sdk-11.0.-3.2\lib
Caused by: java.lang.ClassNotFoundException: C:\Desktop\javafx-sdk-11.0.-3.2\lib

Intellij Run Configuration Screenshot

传递虚拟机选项:--add-modules javafx.controls,javafx.fxml

JRE 是项目默认值。

工作目录为:/Users/julienhuff/IdeaProjects/Hangman

最佳答案

如果您使用 gradle 或 maven,您可以尝试以下操作:

构建.gradle:

application {
mainClassName = 'path to your main class including packages'}

pom.xml:

<configuration>
<archive>
<manifest>
<mainClass>path to your main class including packages</mainClass>
</manifest>
</archive>
</configuration>

关于java - 错误: Could not find or load main class IntelliJIdea,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58924698/

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