Package com.sas.console.visuals

Examples of com.sas.console.visuals.MainConsole


*/
public class SasSMC {

    public static void main(String[] args) throws Exception {

        MainConsole console = new MainConsole();
        console.setVisible(true);

//        Properties properties = new Properties();
//        properties.put("iomsrv.metadatasrv.host", "172.26.4.42");
//        properties.put("iomsrv.metadatasrv.port ", 8591);
//        properties.put("iomsrv.metadatasrv.host", "172.26.4.42");
View Full Code Here

TOP

Related Classes of com.sas.console.visuals.MainConsole

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.