\Java\jdk1.6.0_03\bin was unexpected at this time

Shantanu picture Shantanu · Jun 23, 2013 · Viewed 21.7k times · Source

Whenever I am starting my WebLogic server I am getting this error msg in my eclipse console:

\Java\jdk1.6.0_03\bin was unexpected at this time.

My m/c is a 64bit one.

Answer

Milan Pandey picture Milan Pandey · Jun 25, 2015

In case if someone encountered this question now, like I just did, If you are using 32 bit Java on a 64 bit machine, you can use following way to set JAVA_HOME to get rid of space issue in class path. No need to provide quotes.

C:\progra~2\Java\jdk1.7.0_67

progra~2 refers to Program Files(x86).