Jerry Bowman
Jerry Bowman

Reputation: 131

jfxrt.jar missing on Linux in Java 1.8.0_77

I have _Oracle 1.8.0_77_ installed on my Linux workstation and jfxrt.jar is missing. And I have already looked in jre/lib and jre/lib/ext. Do I have to now install the JavaFX SDK in order to get this capability? Or other ideas?

Upvotes: 3

Views: 9627

Answers (1)

jewelsea
jewelsea

Reputation: 159301

That's weird, you may have a corrupted installation or have not installed the Java version you thought you did.

  1. Go to Oracle's JJava SE Development Kit 8 Downloads page.
  2. Download the latest linux version from there (currently it is jdk-8u91-linux-x64.tar.gz).
  3. When you extract the tar file you downloaded, you will find jfxrt.jar in the jre/lib/ext directory.

Upvotes: 3

Related Questions