package cn.citycraft.CTZServer; public class Main { public static void main(String[] arg) throws InterruptedException { new Thread(new ServerThread()).start(); } }