the result get from Nppexec is different from cmd
-
Plugs->NppExec->Execute->java -version and get
java version “1.7.0_80”
Java™ SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot™ Client VM (build 24.80-b11, mixed mode, sharing)but if rin in cmd I will get
java version “1.8.0_60”
Java™ SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot™ 64-Bit Server VM (build 25.60-b23, mixed mode)
why?
if I run javac -version they get the same result.