[ 
https://jira.codehaus.org/browse/MNG-5569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte closed MNG-5569.
-------------------------------

    Resolution: Not A Bug
      Assignee: Robert Scholte

When settings JAVA_HOME, don't include the double quotes. When Maven needs the 
java executable it'll call 
{noformat}
"%JAVA_HOME%/bin/java.exec"
{noformat}
Notice there all already quotes here, so added the extra quotes won't work.

> JAVA_HOME "Program Files (x86)" gives error
> -------------------------------------------
>
>                 Key: MNG-5569
>                 URL: https://jira.codehaus.org/browse/MNG-5569
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Command Line
>         Environment: Apache Maven 3.1.1 
> (0728685237757ffbf44136acec0402957f723d9a; 2013-09-
> Maven home: d:\DATA\apache-maven-3.1.1\bin\..
> Java version: 1.6.0_45, vendor: Sun Microsystems Inc.
> Java home: d:\data\java\jdk1.6.0_45\jre
> Default locale: nl_NL, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "x86", family: "windows" 64-bit
>            Reporter: Casper Roubos
>            Assignee: Robert Scholte
>
> _as_ a programmer with a Windows 7 64-bits OS,
> _I want_ Maven to work with a JAVA_HOME path containing "c:\Program Files 
> (x86)\Java\jdk1.6.0_45",
> _so that_ I do not get a wierd error like "Files not expected at this time"
> * Unzip maven-3.1.1.zip in a folder like "d:\data\maven-3.1.1"
> * Install JDK at "c:\Program Files (x86)\Java"
> * set JAVA_HOME accordingly"
> * enter "mvn --version"
> ** _result_: an error "Files not expected at this time"
> ** _expected_: maven returning the version details
> * Copy JDK to an other directory, like "d:\data\Java\jdk1.6.0_45"
> * set JAVA_HOME accordingly
> ** _result_: maven returning the version details
> ** _conclusion_: maven does not like "c:\Program Files (x86)\Java"



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to