On Wed, 28 Aug 2002, Nikhil Joshi wrote:
if you want to use gcc use set makeprg=gcc now i just do :make filename in vi and the cursor goes to the line containing error(s) (if any)
you can do the same for java also, or you could build a Makefile and let the makefile do all that. Then you can also do things like :make install
Just inquisitive : what is make and what exactly is Makefile ?
info make