Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DFDL-1039

Replace custom java version checking

XMLWordPrintableJSON

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.0.0
    • None
    • None
    • None

      Scala has a built in function that checks the java version is correct, e.g.

      scala.util.Properties.isJavaAtLeast("1.7")

      We should use this built-in rather than reimplement this functionality in CheckJavaVersion. It would make our code simpler and more understandable. Note that there is also currently a bug in that the error message. It always requires 1.7, even if we ever changed it to require a later version.

              efinnegan Elizabeth Finnegan
              slawrence Steve Lawrence
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: