Hi, I am a newbie and I am trying to compile a code source that I've downloaded from the Internet. But I always get this message:
[INFO] ------------------------------------------------------------- [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------- [INFO] Compilation failure Failure executing javac, but could not parse the error: 'C:\Program' n'est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes. ( 'C:\Program' is not recognizied as an internal command or external, an executable program or a commands file) I looked in some forums, they suggested to check Java_Home and Path. But they are both fine :-) JAVA_HOME=C:\Program Files\Java\jdk1.6.0_20 Path=C:\Program Files\Java\jdk1.6.0_20\bin\ Can anyone tell me what to do? Maven version 2.2.1 -- View this message in context: http://old.nabble.com/Compilation-failure-with-Maven-tp28283585p28283585.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
