Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Edited content.
Source Link
nyedidikeke
  • 7.8k
  • 8
  • 49
  • 65

I am assuming you have java installed in C:\Program Files either (x86)\Java\jdk1.6.0_23 or C:\Program Files\Java\jdk1.6C:\Program Files (x86)\Java\jdk1.6.0_23 or C:\Program Files\Java\jdk1.6.0_23 folder.0_23

Path can't take a space in it, so you need to replace this with PROGRA~2PROGRA~2 instead of Program Files(86),Program Files(86); it's the windows shortnameWindows short name for the same folder.

Similarly, similarly use PROGRA~1PROGRA~1 for program filesthe Program Files folder.

I am assuming you have java installed in C:\Program Files (x86)\Java\jdk1.6.0_23 or C:\Program Files\Java\jdk1.6.0_23

Path can't take a space in it, so you need to replace this with PROGRA~2 instead of Program Files(86), it's the windows shortname for the same folder, similarly use PROGRA~1 for program files.

I am assuming you have java installed in either C:\Program Files (x86)\Java\jdk1.6.0_23 or C:\Program Files\Java\jdk1.6.0_23 folder.

Path can't take a space in it, so you need to replace this PROGRA~2 instead of Program Files(86); it's the Windows short name for the same folder.

Similarly, use PROGRA~1 for the Program Files folder.

Source Link
SridharS
  • 923
  • 5
  • 8

I am assuming you have java installed in C:\Program Files (x86)\Java\jdk1.6.0_23 or C:\Program Files\Java\jdk1.6.0_23

Path can't take a space in it, so you need to replace this with PROGRA~2 instead of Program Files(86), it's the windows shortname for the same folder, similarly use PROGRA~1 for program files.