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

The app prompts to install the JDK instead of the JRE #382

Open aaronsturm opened 6 years ago

aaronsturm commented 6 years ago

In version 4.0.341, I was trying to connect to a SQL Server and it prompted me to install the JDK. At the bare minimum, this should be changed to JRE as only the runtime is required.

JoelNietoTec commented 6 years ago

I've installed both JDK and JRE and the app is still preventing me to use it. Is very frustating.

aaronsturm commented 6 years ago

@JoelNietoTec - In Ubuntu I ran apt update && apt install -y default-jre to get mine working. Hopefully that helps you.

ReislerArt commented 6 years ago

Yes, I'm extremely frustrated right now. Whenever I try to connect to SQL it keeps prompting me to download the jdk or jre or whatever it needs, and I downloaded and installed it and it still keeps showing me this stupid message. This is on Windows 10

IKaftanov commented 6 years ago

@agentwolf44 restarting the program fixed this problem for me.

tylim88 commented 6 years ago

https://www.quora.com/How-do-I-know-whether-jdk-is-installed-in-my-computer-or-not

guys the solution is here. you need to set the environment variable path

vishnu-dev commented 6 years ago

I too experience the same issue Screenshot of the error Have installed latest jdk

jcklpe commented 6 years ago

@aaronsturm Thank you! Your solution worked like a charm.

Dottenpixel commented 5 years ago

Having the same issue on a Mac, installed JDK and JRE, but problem persists.

jeongsd commented 5 years ago

apt update && apt install default-jdk work for me https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-18-04