Disable dock icon

This commit is contained in:
Naoki Takezoe
2017-04-25 09:41:42 +09:00
parent 7010b316fd
commit 5337b29532

View File

@@ -8,6 +8,8 @@ import java.security.ProtectionDomain;
public class JettyLauncher { public class JettyLauncher {
public static void main(String[] args) throws Exception { public static void main(String[] args) throws Exception {
System.setProperty("java.awt.headless", "true");
String host = null; String host = null;
int port = 8080; int port = 8080;
InetSocketAddress address = null; InetSocketAddress address = null;