The document mentions following three points :
# Accept the license agreement.
# Choose a location in which to install the files.
# If prompted, specify the location of the required version of the JDK.
The last point (third one) is not correct.
The way we give for javafx sdk, we need to follow same two steps for jdk as well (if prompted for required version)
1. Accept the license agreement.
2. Choose a location in which to install the required jdk version
Specially the line " If prompted, specify the location of the required version of the JDK", needs to be modified. The current wording gives an impression of providing location of from where to install required jdk version (which is automatic download from sun site), but we need to tell user that provide a location in which he wants to install required jdk version.
# Accept the license agreement.
# Choose a location in which to install the files.
# If prompted, specify the location of the required version of the JDK.
The last point (third one) is not correct.
The way we give for javafx sdk, we need to follow same two steps for jdk as well (if prompted for required version)
1. Accept the license agreement.
2. Choose a location in which to install the required jdk version
Specially the line " If prompted, specify the location of the required version of the JDK", needs to be modified. The current wording gives an impression of providing location of from where to install required jdk version (which is automatic download from sun site), but we need to tell user that provide a location in which he wants to install required jdk version.