Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CreateProcess error=2, The system cannot find the file specified in Roo

Iam I tried to run my first Roo application using Roo Shell commands.But then when I attempt to perform tests it errors out with

CreateProcess error=2,The system cannot find the file specified.

I checked and my PATH variable is set to the below.Is there something else I'm doing wrong ?

PATh :=C:\SpringSource\springsource\spring-roo-1.2.2.RELEASE\bin;C:\SpringSource\springsource\apache-maven-3.0.4\bin;C:\Program Files\Java\jdk1.7.0\bin;

like image 866
Preethi V Avatar asked Oct 06 '22 18:10

Preethi V


1 Answers

That error message usually has the name of the command it can't find preceding it. Check if that command is in your path.

like image 146
Slartibartfast Avatar answered Oct 10 '22 03:10

Slartibartfast