Re: jre version issues

2022-10-25 Thread Pieter van den Hombergh
the path is a sequence of directories. the algorithm that tries to find an executable file uses the directies in path order and the first file in any directory that matches the request is the one used. so adding a directory at the end will have no effect if an earlier directory satisfies the reques

Re: jre version issues

2022-10-25 Thread Ernie Rael
On 22/10/25 12:01 AM, Amitabh Choudhury wrote: Hello Alexander and Ernie Thanks for the reply. Was able to get into the System variable of Windows 11 and found that "Path" started with "C:\Program Files (x86)\Common Files\Oracle\Java\javapath". Even though 1.18 was installed and placed in "Pat

Re: jre version issues

2022-10-25 Thread Amitabh Choudhury
Hello Alexander and Ernie Thanks for the reply. Was able to get into the System variable of Windows 11 and found that "Path" started with "C:\Program Files (x86)\Common Files\Oracle\Java\javapath". Even though 1.18 was installed and placed in "Path" at the end, the x86 javapath was being picked up