JDK bundle installation on Windows XP

Asked By 0 points N/A Posted on -
qa-featured

Hi Expert friends,

When I try the JDK budle installation, I am not able to proceed further after few steps. Getting a peculiar error which I never heard of it. For more information I am using windows XP and had previous version of this software long back. Do I need to remove the files and folders before installation? Do those files causing error? Guide to figure the problem.

nullnull

SHARE
Answered By points N/A #178062

JDK bundle installation on Windows XP

qa-featured

Hello,

This is an error because of the temporary file’s getting path. If there is any type of special characters in the path name, it is excluded and so it can’t get to the right path and files and show this error.

Here is the solution.

1. Open Command Prompt. Go to Start menu >> All programs >> Accessories >> Command Prompt.

2. Run this command:

cd /d <the_setup_file_path>

3. Now, run this command:

<name_of_setup_file> –tempdir "C:correct_path_1" –userdir "C:correct_path_2"

Now the installation should run perfectly.

Related Questions