TeamSQL / desktop-app

This repository is currently being used for hosting the official issue & bug tracker of TeamSQL Desktop App.
102 stars 6 forks source link

TeamSQL does not recognize JDK 11 | Windows 7 | Added in PATH #461

Open sathishTkumar opened 5 years ago

sathishTkumar commented 5 years ago

OS: Windows_NT x64 6.1.7601 VERSION: 4.0.392

Database Type: MySQL How can this issue be reproduced?

I have installed TeamSQL in my laptop (Windows 7) and while trying to create connection with MySQL, it says a message

TeamSQL requires a newer version of Java Development Kit. Required Java version: 8 (1.8) or later You can download latest JDK version from here.

After that i have installed latest JDK11 and configured the below variables in Environment variables for current user and system as well. JAVA_HOME : C:\Program Files\Java\jdk1.8.0_112 JDK_HOME : %JAVA_HOME% JRE_HOME : %JAVA_HOME%\jre CLASSPATH : .;%JAVA_HOME%\lib;%JAVA_HOME%\jre\lib PATH : your-unique-entries;%JAVA_HOME%\bin (make sure that the longish your-unique-entries does not contain any other references to another Java installation folder.

But.. Still am getting the same error message

TeamSQL requires a newer version of Java Development Kit. Required Java version: 8 (1.8) or later You can download latest JDK version from here. Please do the needful.

chadhpud commented 5 years ago

Did you ever get this resolved? I am running Windows 10 and getting the same thing.