We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
直接下载项目zip压缩包,用IntelliJ IDEA 2020.2从已有代码新建Maven项目 项目构建后,右侧Maven控件中
<dependency> <groupId>com.zenjava</groupId> <artifactId>javafx-maven-plugin</artifactId> <version>8.8.3</version> </dependency>
添加到标签内 在Maven控件中clean,install,重新build项目,随后在Maven Plugin列表中可以看到jfx:jar
建议将
也添加到pom.xml中
The text was updated successfully, but these errors were encountered:
No branches or pull requests
直接下载项目zip压缩包,用IntelliJ IDEA 2020.2从已有代码新建Maven项目
项目构建后,右侧Maven控件中
解决办法
将
添加到标签内
在Maven控件中clean,install,重新build项目,随后在Maven Plugin列表中可以看到jfx:jar
建议将
也添加到pom.xml中
The text was updated successfully, but these errors were encountered: