cancel
Showing results for 
Search instead for 
Did you mean: 

MDK Dependecys installer JAVA_HOME is different version from the JDK in the PATH

Facundo_Quevedo
Explorer
0 Kudos

Hi expert recently i have encountered the next problem. I had to reinstall my dependecys for mdk sdk and when i configure JAVA_HOME it say that was not configured correctly image.pngimage.png
java.png

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert

If you open a command prompt and run 

javac -version

what does it return?

Is it possible that you also have another java version in the path that points to a different version? 

Might also try moving %JAVA_HOME/bin up to the front of the path.                       

Facundo_Quevedo
Explorer
0 Kudos

Hi bill i put %JAVA_HOME%  first in the path and it works thank you.

Answers (0)