'자바 프로그램 실행'에 해당되는 글 1건

  1. 2009.02.01 자바에서 응용프로그램 실행하는 예제 소스
Java2009. 2. 1. 15:30
 Runtime r = Runtime.getRuntime();
     try {
   r.exec("C:\\Program Files\\EditPlus 3\\editplus.exe");   
  } catch (IOException e) {
   System.out.println("프로그램 실행 에러");
   e.printStackTrace();
  }
Posted by 위푸