[
https://issues.apache.org/jira/browse/IGNITE-11600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitriy Pavlov reopened IGNITE-11600:
-------------------------------------
Launch under Java 12 fails, so correct fix will be
- in case java 12 is not supported, print an error
- in case java 12 supported, current fix is correct
> Fix launch script for Java 12
> -----------------------------
>
> Key: IGNITE-11600
> URL: https://issues.apache.org/jira/browse/IGNITE-11600
> Project: Ignite
> Issue Type: Bug
> Reporter: Dmitriy Pavlov
> Assignee: Dmitriy Pavlov
> Priority: Critical
> Labels: important
> Fix For: 2.8, 2.7.5
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> bin/ignite.bat:251
> if "%MAJOR_JAVA_VER%" == "11" (
> need to change to "%MAJOR_JAVA_VER%" GEQ "11" (
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)