Link to home
Start Free TrialLog in
Avatar of SunnyX
SunnyX

asked on

My project did see openJDK that I installed. What could be the problem

To simplify the problem I found analogical one. Let say you clone the project ( for example this one https://github.com/ignl/BinarySearchTrees )
It use libs from open jdk

https://gyazo.com/47773b9d8f39e7d8be195da83f77441f

Okey I intstall openJDK from here https://github.com/ojdkbuild/ojdkbuild
( I use intellij idea last edition community edition ) I press ctrl + alt+ shift + s and connect the jdk with my project
https://gyazo.com/810cf4bafec0cefc92481cad6c30d4d8
and still it don't work... what could be the problem please help !
Avatar of phoffric
phoffric

I see that you use gyazo. From a long-term perspective, we find that often such links including dropbox go stale after awhile. If you are having any problems including your files/pictures here in the OP or in your post, ask a mod to give you assistance.

Also, some experts may simply not want to click on the cloud links.
Why didn't you just fetch JDK from the oracle website?
Avatar of SunnyX

ASKER

because I wanna use open jdk
For all your OpenJDK and plugin-free needs let me suggest Azul Zulu JDK on Windows.
IntelliJ needs JAVA_HOME set to java you want it to use.
Avatar of SunnyX

ASKER

could you give me link for detail what are you mean exactly ? Found this is one but it seems that it JAVA_HOME set related to Gradle JVM config.
Thx in advance and thx for your reply
Avatar of SunnyX

ASKER

this is the pics the same from gyazo.com that I posted earlier
810cf4bafec0cefc92481cad6c30d4d8.png
47773b9d8f39e7d8be195da83f77441f.png
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial