Where is the installed path location of Java stored when a Java is installed

130 Views Asked by At

My application requires to run javaws.exe. Whereas javaws.exe is missing from java 1.7.151. but instead java 1.8 is installed in which javaws is available.So my application should run in such a way that application runs using JRE of 1.7 whereas it should take javaws of 1.8.So where can i retrieve installed path of JRE 1.8 in windows so that i cant fetch it while using javaws

0

There are 0 best solutions below