All Downloads are FREE. Search and download functionalities are using the official Maven repository.

runwar.Start Maven / Gradle / Ivy

package runwar;

public class Start {

	// for openBrowser 
	public Start(int seconds) {
	    new Server(seconds);
	}

	public static void main(String[] args) throws Exception {
		Server server = new Server();
	    server.startServer(args);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy