i configured maven home in uservaribles and tested it using the command mvn --version
,system proment me as "mvn is not a command" . But if i configure it to System variables its working. i did configuring to system variables in my laptop. But at my office i dnt have previlage of changing system variables.
Here my question is.
a) Why system recognises when it is configured from system variable but not in user variables
b) is there any alternative to configure it and work smoothly at my office laptop.
well what I did at my job (I was having the same problem) is making a user variable that's called PATH, to the binaries. And then it seems to work here.