jfxrt.jar not in JDK 1.8?

后端 未结 4 1624
走了就别回头了
走了就别回头了 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条回答
  •  萌比男神i
    2021-02-19 00:34

    From the above comments, i tried this.

    I added jfxrt.jar(Downloaded JDK) to PC. In eclipse, right click project --> properties --> Libraries --> Add external jar and choose the jar file.

    The error went away.

提交回复
热议问题