在 Apache NetBeans 12.0 LTS
当我尝试安装时,Hibernate plugin
它说:
某些插件需要安装插件 Freemarker Integration
插件 Freemarker Integration 在实现版本 238 中被请求。
以下插件受到影响:
Hibernate
但是在Apache NetBeans Plugin Portal 上 Freemarker plugin
是不可用的。
我尝试从 NetBeans 的旧插件门户安装 Freemarker 插件
但得到同样的错误。
我正在使用:
Debain 10.4 Buster LXQt AMD 64-bits
openjdk 11.0.7 2020-04-14 LTS
Apache NetBeans 12.0 LTS
Run Code Online (Sandbox Code Playgroud)
我还在Apache NetBeans 的 Hibernate 插件门户中没有可用的插件中创建了问题Apache's JIRA issue tracker
但我认为他们不会注意。
我已经构建executable jar
使用NetBeans IDE 11.0
但是当我打开 jar
使用时:
hemlata@hemlata-pc:~/NetBeansProjects/Sizing/dist$ java -jar Sizing.jar
Run Code Online (Sandbox Code Playgroud)
我越来越
Error: JavaFX runtime components are missing, and are required to run this application
Run Code Online (Sandbox Code Playgroud)
我使用的是OpenJDK 11
和OpenJFX 11
上Debian 10
我已经添加modules
了 vm option
--module-path /usr/lib/jvm/openjfx11/lib/ --add-modules javafx.controls,javafx.fxml
Run Code Online (Sandbox Code Playgroud)
但这不是问题。
那么如何配置JavaFX runtime components
缺少的呢?