Thursday, April 2, 2009

show Java problems in realtime in Emacs

after installing Flymake, create this Makefile:

all:

check-syntax:
javac -Xlint $(CHK_SOURCES)

No comments:

Post a Comment