Package org.jminix.console.tool

Examples of org.jminix.console.tool.StandaloneMiniConsole


import org.jminix.console.tool.StandaloneMiniConsole;

public class Main
{
    public final static void main(String[] args) {
        new StandaloneMiniConsole(8088);
    }
View Full Code Here

TOP

Related Classes of org.jminix.console.tool.StandaloneMiniConsole

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.