What's the location of the JavaFX runtime JAR file, jfxrt.jar, on Linux?

前端 未结 4 908
灰色年华
灰色年华 2020-12-05 02:01

I\'m trying to run some JavaFX code with Eclipse Kepler, with e(fx)clipse plugin installed, on a Linux machine, using:

java version \"1.7.0_21\"
OpenJDK Runt         


        
4条回答
  •  执笔经年
    2020-12-05 02:12

    On Ubuntu with OpenJDK, it installed in /usr/lib/jvm/default-java/jre/lib/ext/jfxrt.jar (technically its a symlink to /usr/share/java/openjfx/jre/lib/ext/jfxrt.jar, but it is probably better to use the default-java link)

提交回复
热议问题