jfxrt.jar not in JDK 1.8?

后端 未结 4 1648
走了就别回头了
走了就别回头了 2021-02-19 00:10

I just updated my JDK to the JDK 1.8 because i couldnt find the jfxrt.jar needed by java FX in the 1.7 version.

I downloaded the JDK from here: http://www.oracle.com/tec

4条回答
  •  眼角桃花
    2021-02-19 00:20

    You have to add requires jfxrt; to your module-info if you have trouble after adding jfxrt.jar

提交回复
热议问题