JBUILDER能运行像HelloWorld.java这种单纯只在DOS界面下打印字符的程序吗,好像只能基于图形界面吧
public class hello
{
public static void main (String args[ ])
{
System.out.println("你好,朋友!");
}
}
像上面这种程序用JBUILDER能运行吗,如果能请各位大哥指教一下