use of com.kyj.fx.voeditor.visual.main.initalize.ProxyInitializable in project Gargoyle by callakrsos.
the class GoogleTrendExam2 method main.
public static void main(String[] args) throws Exception {
//프록시 관련 설정을 세팅함.
new ProxyInitializable().initialize();
launch(args);
}
use of com.kyj.fx.voeditor.visual.main.initalize.ProxyInitializable in project Gargoyle by callakrsos.
the class GoogleTrendExam method main.
public static void main(String[] args) throws Exception {
//프록시 관련 설정을 세팅함.
new ProxyInitializable().initialize();
launch(args);
}
use of com.kyj.fx.voeditor.visual.main.initalize.ProxyInitializable in project Gargoyle by callakrsos.
the class CommandTest2 method setting.
@Before
public void setting() throws Exception {
Properties properties = new Properties();
properties.put(JavaSVNManager.SVN_URL, "https://dev.naver.com/svn/javafxvoeditor");
properties.put(JavaSVNManager.SVN_USER_ID, "");
properties.put(JavaSVNManager.SVN_USER_PASS, "");
new ProxyInitializable().initialize();
// properties.put(SVNManager.URL,
// "https://dev.naver.com/svn/javafxvoeditor");
manager = new JavaSVNManager(properties);
}
Aggregations