比如我要编译以下程序:
public class hello
{
public static void main(String[] args)
        { System.out.printlin("hello!");
                  try
                  {
                   System.in.read();
                   }
                  catch(Exception e)
         {}
        }
}
用JBUILDER怎么做?