package com.acdp.transceivr; public class Main { public static void main(String [ ] args) { new WebServer(8082,true).start(); } }