Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8175918

javafx.version and javafx.runtime.version returns null

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • None
    • javafx
    • None

      Not sure if it is an issue,
      on 8u121 and 9 ea b157 javafx.version and javafx.runtime.version returns null
      ==
      public static void main(String args[]) {
                      System.out.println("java version: "+System.getProperty("java.version"));
                      System.out.println("javafx.version: " + System.getProperty("javafx.version"));
                      System.out.println("javafx.runtime.version: " + System.getProperty("javafx.runtime.version"));
                      System.out.println("From runtime " + com.sun.javafx.runtime.VersionInfo.getRuntimeVersion());
              }
      ==

      How tio check javafx version from commandline?

            kcr Kevin Rushforth
            fmatte Fairoz Matte
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: