Skip to content

Java Error & version is not up to date #9

@MoroJr

Description

@MoroJr

Same issue as this one: #7

The fix is quite simple:

// RegChecker.cs
-      if (Version.TryParse(versionString, out Version version) && version.Major >= 1 && version.Minor >= 8)
+      if (Version.TryParse(versionString, out Version version) && version.Major >= 18)

This was tested with JDK 22.0.2 and it works fine.

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