2014. 12. 24. 03:19
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
package practice;
public class exec {
public static void main(String[] args) throws Exception{
Runtime.getRuntime().exec(new String[] {"/root/firefox/firefox","inchoryang.tistory.com"});
}
}
'Java' 카테고리의 다른 글
DataInputStream / DataOutputStream (0) | 2014.12.25 |
---|---|
Finding IP using the domain name (0) | 2014.12.25 |
Multi Chatting (0) | 2014.12.25 |
class StringBuilder (0) | 2014.12.24 |
open web browser (0) | 2014.12.23 |