/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package simplejavaproxy; /** * * @author fmguler */ public class Main { /** * @param args the command line arguments */ public static void main(String[] args) { // TODO code application logic here SimpleProxy.main(new String[]{"9999","127.0.0.1","8888"}); //SimpleProxy.main(new String[]{"9999"}); } }