Runtime.getRuntime()1 [java] Runtime.getRuntime() 다른 프로그램 실행 [java] Runtime.getRuntime() 다른 프로그램 실행 자바 코딩시 익스플로러를 띄우고 싶을때 사용하면 유용함. 1 2 3 4 5 Runtime rt = Runtime.getRuntime(); try{ rt.exec("c:/Program Files/Internet Explorer/iexplore.exe " + "http://www.naver.net"); }catch(java.io.IOException ee){} Colored by Color Scripter cs 2017. 1. 3. 이전 1 다음