Skip to content

zzz.R does not parse Oracle java version #15

@GerardTromp

Description

@GerardTromp

Had a problem with the java version check in Oracle java.

  1. Oracle java has versions such as 11.0.2 etc.
    The existing pattern match expects only a single digit in the major (11) part, and fails to load the Namespace completely.

Fixing the pattern match to allow more than one digit, allow loading of the Namespace with the warning about version.

Seems that the check should a) determine oracle vs open-jdk and have patterns that are appropriate to each.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions