Good afternoon, I am trying to start WebSphere, but nothing comes out. When I try to launch through a shortcut, nothing is clear, the console closes quickly. I decided to run a batch file through the console from the bin folder. An error occurs:

unexpected appearance: \ java \ jre6 \ jre

Tried different versions of java error is the same. The JAVA_HOME variable contains the path C:\Program Files (x86)\Java\jre6 , and the PATH C:\Program Files (x86)\Java\jre6 variable PATH C:\Program Files (x86)\Java\jre6 .

Why does this error occur?

    1 answer 1

    In general, JAVA_HOME should not point to the JRE, but to the JDK, like:

     JAVA_HOME=C:\Program Files\Java\jdk1.6.0_02 
    • Yes, thanks for the answer, I already figured it out. - ra.chobanyan