Click to See Complete Forum and Search --> : need make utility for java


Alexey Al.
March 6th, 2000, 02:38 AM
I've a lot of projects which I need to compile , it all has Makefiles,
but my Java is on Win32 system and I don't have make utility on my system.
Where can I download a make util that will understand my Makefiles ?
Btw , is there a "solid standard" for makefiles ?

ParagW
March 7th, 2000, 08:12 AM
Check www.gnu.org. All the unix utilities (including make, awk, grep, vi etc..) are available for Windoze.(Why do u use that?)
U can seamlessly compile with all ur Makefiles
with small changes.

Cheers,

Parag