DJNativeSwing运行错误处理
偶尔会出现Exception in thread "main" java.lang.IllegalStateException: Failed to find a sui table local host address to communicate with a spawned VM! 错误,
解决方法:
1、System.setProperty("nativeswing.localhostaddress", "_localhost_");
或者
2、添加系统变量
nativeswing.localhostaddress=_localhost_;