无法在intellij上设置tornadofx项目

omqzjyyz  于 2021-06-26  发布在  Java
关注(0)|答案(0)|浏览(325)

我在intellij idea中安装了tornadofx插件。然后我建立了一个新的,干净的 tornadofx-maven-project 使用sdk 15。
我唯一添加到pom.xmlreference的

<!-- https://mvnrepository.com/artifact/org.openjfx/javafx-plugin -->
        <dependency>
            <groupId>org.openjfx</groupId>
            <artifactId>javafx-plugin</artifactId>
            <version>0.0.7</version>
        </dependency>

通过修改pom.xml,我遇到了这个问题

Cannot resolve org.openjfx:javafx-plugin:0.0.7

如果我不修改文件,则会引发此问题:

Kotlin: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
    class tornadofx.UIComponent, unresolved supertypes: javafx.event.EventTarget
    class tornadofx.App, unresolved supertypes: javafx.application.Application

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题