Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ terminal setup

I used to run gradle test via IntelliJ terminal with following command,

>gradle test Accidentally I deleted my windows path environmental variable in my windows 7 machine.

After this when I run above command I get below error

'gradle' is not recognized as an internal or external command,
operable program or batch file.

What should I add in path environmental variable to get this run again

IntelliJ version 13.0.3

I added all java and gradle path under env. variable (I can run test via cygwin with above command) Thanks

like image 622
SMPH Avatar asked Dec 17 '25 18:12

SMPH


1 Answers

This issue was resolved after restarting the windows. Because after adding path to the env variable and restart IntelliJ was not enough.

I should have done this before posting the question.

Please bear with me if any convenience caused.

Cheers

like image 113
SMPH Avatar answered Dec 20 '25 08:12

SMPH