I'm trying to install JDK on Windows 7, 32 Bit. I'm logged in as administrator, but it tells me:

Installer: Wrapper.CreateFile failed with error 123:
The filename, directory name or volume label syntax is incorrect.

I tried the solutions from this link too, following method one, but didn't try the others as the thread suggests they don't really help.

link|improve this question

33% accept rate
feedback

2 Answers

I have the same problem with JRE also. Filemon shows the following file creation failed with INVALID NAME:

C:\Users\????????\AppData\LocalLow\Sun\Java\jre1.7.0_02\Data1.cab

I believe a bad account name causes ????????. Try using an account with English letters only.

link|improve this answer
feedback

I had a message like yours or another one ("download failed to ...\LocalLow") when I tried to execute directly from java website).

I checked out that folder (LocalLow), in fact there was a problem with that folder's ownership (the owner was "unknown" and I still don't know how was it possible) so I changed the ownership of the folder as "user" and I managed to install Java without any error message.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.