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

Wont connect to MySQL and keeps displaying a popup #414

Closed ReislerArt closed 5 years ago

ReislerArt commented 5 years ago

OS: Windows_NT x64 10.0.17134 VERSION: 4.0.379

Wont connect to MySQL and keeps displaying a popup saying: "Java Development Kit is required to connect MySQL databases. TeamSQL uses JDBC drivers for MySQL connections. You can download latest JDK version from here."

I've downloaded all files necessary and installed them to no avail. The message appears no matter what I do.

murtezao commented 5 years ago

Hi @agentwolf44 ,

Thanks for reaching out to us. What is your JDK version?

ReislerArt commented 5 years ago

Should be the latest one, so version 11

On Fri, Sep 28, 2018, 2:49 AM Erol notifications@github.com wrote:

Hi @agentwolf44 https://github.com/agentwolf44 ,

Thanks for reaching out to us. What is your JDK version?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TeamSQL/desktop-app/issues/414#issuecomment-425384244, or mute the thread https://github.com/notifications/unsubscribe-auth/APpifXem2AiCDBLFGeFUdFbzke8NkGF0ks5uffC_gaJpZM4W9_tZ .

murtezao commented 5 years ago

@agentwolf44 ,

Can you check your JDK version (using Command Prompt) ?

ReislerArt commented 5 years ago

java -version java version "11" 2018-09-25 Java(TM) SE Runtime Environment 18.9 (build 11+28) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11+28, mixed mode)

(I had to fix the java paths in the environment paths, but that still didn't fix the TeamSQL problem, if you were wondering)

ReislerArt commented 5 years ago

Update: Nevermind, that did end up fixing it. Thanks for the help!