Open aaronsturm opened 6 years ago
I've installed both JDK and JRE and the app is still preventing me to use it. Is very frustating.
@JoelNietoTec - In Ubuntu I ran apt update && apt install -y default-jre
to get mine working. Hopefully that helps you.
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
@agentwolf44 restarting the program fixed this problem for me.
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
I too experience the same issue Have installed latest jdk
@aaronsturm Thank you! Your solution worked like a charm.
Having the same issue on a Mac, installed JDK and JRE, but problem persists.
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
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.