CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    14

    need make utility for java

    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 ?



  2. #2
    Join Date
    May 1999
    Posts
    8

    Re: need make utility for java

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured