자바에서 인터넷 실행


public class Exam_15 {
public static void main(String[] ar) throws Exception {
Runtime rt = Runtime.getRuntime();
Process pro = rt.exec("explorer.exe http://www.daum.net");
// pro.destroy();
}
}

by 타락천사 | 2008/01/21 15:14 | 트랙백 | 덧글(0)

트랙백 주소 : http://postmail.egloos.com/tb/1318004
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]

:         :

:

비공개 덧글

<< 이전 페이지     다음 페이지 >>