-
Bug
-
Resolution: Fixed
-
P4
-
6
-
None
-
b74
-
b77
-
generic
-
generic
-
Verified
The fix to 6377437 mistakenly assumed that the return from File.list() would be sorted, as a result, sometimes using the control panels jre find diualog will find both copies of java in a jdk, sometimes it will only return the one in the jdk.
This can easily be fixed by calling java.util.Arrays.sort(kids) for the array (kids) of paths returned from the File.list() call in JreFindDialog.check().
This can easily be fixed by calling java.util.Arrays.sort(kids) for the array (kids) of paths returned from the File.list() call in JreFindDialog.check().