SyntaxFix
Write A Post
Hire A Developer
Questions
Just execute the set command in your command line. Then you see all the environments variables you have set.
set
Or if on Unix you can simplify it:
$ set | grep "JAVA_HOME"