Java web start 客户端UI调试 环境变量设置

Java web start 客户端UI调试 环境变量设置

 

为设置时eclipse报错:Failed to connect to remote VM. Connection refused.
                     Connection refused: connect

添加如下环境变量(windows环境下)

JAVAWS_VM_ARGS = -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8224

你可能感兴趣的:(java,eclipse,Web,UI,socket)