When running mvn at the command prompt, if you get this error message "files was unexpected at this time" check value of the JAVA_HOME variable. The JAVA_HOME value should not contain any quotes in it.
JAVA_HOME=C:\"Program files (x86)"\java\jre6
should be changed to
JAVA_HOME=C:\Program files (x86)\java\jre6
JAVA_HOME=C:\"Program files (x86)"\java\jre6
should be changed to
JAVA_HOME=C:\Program files (x86)\java\jre6
1 comment:
thank you!
Post a Comment