how can i get vim to run these commands when i type make?
$ javac TestT.java
$ gcj -g --main=TestT -o TestT TestT.class


right now i use this to compile java 
set makeprg=javac\ %
set errorformat=%A%f:%l:\ %m,%-Z%p^,%-C%.%# 

but i want to be able to debug java with gdb (jdb sucks)

thanks
-- 
View this message in context: 
http://www.nabble.com/how-do-i-get-vim-to-run-these-commands-when-i-type-make-tf2354129.html#a6556957
Sent from the Vim - Dev mailing list archive at Nabble.com.

Reply via email to