我正在使用Java11和JavaFx-11来创建一个带有IntelliJ IDEA的FX应用程序……我已经引入了我需要的所有外部库。当我运行应用程序时,我得到以下错误:" error : JavaFX runtime components i,and required to run this application"...the程序正确编译,没有任何语法错误或anything..its只有一个错误。
Error: JavaFX runtime components are missing, and are required to run this application
Process finished with exit code 1发布于 2019-04-22 22:53:54
我想我们有同样的问题。上次我使用JDK11的时候,我在那里找不到java fx库。然后我检查任何网站,JavaFX不再包含在JDK11中。
https://stackoverflow.com/questions/55793489
复制相似问题