[
https://issues.apache.org/jira/browse/IGNITE-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16473999#comment-16473999
]
Sergey Kozlov commented on IGNITE-8478:
---------------------------------------
The patch works fine for me (Windows 10):
{noformat}
c:\Work\apache-ignite-fabric-2.5.0-SNAPSHOT-bin>set
JAVA_HOME=c:\Java\jdk1.7.0_80
c:\Work\apache-ignite-fabric-2.5.0-SNAPSHOT-bin>bin\sqlline.bat
bin\sqlline.bat, ERROR:
The version of JAVA installed in c:\Java\jdk1.7.0_80 is incorrect.
Please point JAVA_HOME variable to installation of JDK 1.8 or JDK 9.
You can also download latest JDK at http://java.com/download.
c:\Work\apache-ignite-fabric-2.5.0-SNAPSHOT-bin>set
JAVA_HOME=c:\Java\jdk1.8.0_65
c:\Work\apache-ignite-fabric-2.5.0-SNAPSHOT-bin>bin\sqlline.bat
sqlline version 1.3.0
sqlline> !q
c:\Work\apache-ignite-fabric-2.5.0-SNAPSHOT-bin>set JAVA_HOME=c:\Java\jdk-9.0.4
c:\Work\apache-ignite-fabric-2.5.0-SNAPSHOT-bin>bin\sqlline.bat
sqlline version 1.3.0
sqlline> !q
c:\Work\apache-ignite-fabric-2.5.0-SNAPSHOT-bin>
{noformat}
> SqlLine run failure on Java 9
> -----------------------------
>
> Key: IGNITE-8478
> URL: https://issues.apache.org/jira/browse/IGNITE-8478
> Project: Ignite
> Issue Type: Bug
> Reporter: Peter Ivanov
> Assignee: Peter Ivanov
> Priority: Critical
> Fix For: 2.5
>
>
> {code}
> *The version of JAVA installed in C:\Program Files\Java\jdk-9.0.1 is
> incorrect.*
> *Please point JAVA_HOME variable to installation of JDK 1.7 or JDK 1.8.**You
> can also download latest JDK at http://java.com/download
> <http://java.com/download>.*
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)