class Program { public static void main(String args[]) throws Exception { Runtime.getRuntime().exec("beep -f 4000").waitFor(); } }