UMLGRAPH_HOME=C:\Program Files\Java\jdk1.8.0_241\lib
The above is the path set before the execution of "umlgraph" command in command line. After my execution, the path changes to lib as UMLGRAPH_HOME=lib.
umlgraph command check
So, my questions are
1) Why path is automatically set to lib and how to avoid it?
2) If so, UmlGraph.jar needs to be kept under lib/, how to access that folder?