How to Debug Java Application using VIM/GVIM?
Your best bet seems to be integration of the command line debugger jdb
, one such solution is yavdb, another is JavaKit.
Eclim now supports a Java debugger. See http://eclim.org/vim/java/debug.html
You may not avoid installing a standalone debugger
(like an eclipse you will use only for remote debugging your application)