"time" command in Cygwin works, but not in NetBean -
i can in cygwin, adding time command
user@user_pc ~ $ time ./helloworld    shows smthing like
hello world!!! real    0m0.270s user    0m0.270s sys     0m0.270s   i've deployed similar c/c++ project @netbean7.2 @win 7.
it shows error message @ run time,  when add time command ,like:
time "${output_path}"    ,at text field of projcet_file-> r_click -> properties -> run -> run_command:
,and default value ${output_path} only.
error message
c:\projectfolder\time not exist or not executable   ,seems netbean consider time excutable
any better ways solve it??
full command bash needs in quotes if calling cmd shell
bash -c "time ls"