makefile problem

Posted by mistique on Stack Overflow See other posts from Stack Overflow or by mistique
Published on 2010-05-07T19:05:26Z Indexed on 2010/05/07 19:08 UTC
Read the original article Hit count: 154

Filed under:
|

Hello I have a problem while trying to run a makefile.

I change the path where my java install folder is(C:\Program Files\Java\jdk1.6.0_18\bin), but when I try to run 'make' from my command line I receive : 'make' is not recognized as an internal or external command, operable program or batch file.

I need to use makefiles for my current application.

© Stack Overflow or respective owner

Related posts about makefile

Related posts about java