how to run commands (external) in gvim
Posted
by groovynoob
on Stack Overflow
See other posts from Stack Overflow
or by groovynoob
Published on 2010-03-12T21:52:33Z
Indexed on
2010/03/12
21:57 UTC
Read the original article
Hit count: 516
I am getting ready to write lot of small experimental java programs as I am studying for java certification. Since I want to avoid using an IDE I'm giving gvim a try.
I have a HelloWorld.java file open. How can I run javac
and then java
and then be able to see the output all in one window?
I do not want to alt tab to a dos prompt window. compile/run the program there and then come back to my editor.
© Stack Overflow or respective owner