不能 运行 WOInstaller.jar 因此不能在 WOLips 中创建框架
Cannot run WOInstaller.jar and thus cannot create frameworks in WOLips
我正在安装 WOLips。我已经在 Eclipse 中安装了插件,一切看起来都很好(除了 Goodies 不会安装)。我尝试 运行 WOInstaller.jar 但我收到 "connection time out" 错误:
$ sudo java -jar WOInstaller.jar 5.4.3 $HOME/workspace/WebObjects543/Versions/WebObjects543。
线程 "main" java.net.ConnectException 中的异常:连接在 sun.reflect.NativeConstructorAccessorImpl.newInstance0(本机方法)
处超时
这是为我在 Debian 上的 Eclipse 版本推荐的构建。有什么想法吗?
我解决了。这是一个代理问题。使用 java -Dhttp.proxyHost=10.0.0.0 -Dhttp.proxyPort=8080 -jar 等它有效!
我正在安装 WOLips。我已经在 Eclipse 中安装了插件,一切看起来都很好(除了 Goodies 不会安装)。我尝试 运行 WOInstaller.jar 但我收到 "connection time out" 错误:
$ sudo java -jar WOInstaller.jar 5.4.3 $HOME/workspace/WebObjects543/Versions/WebObjects543。 线程 "main" java.net.ConnectException 中的异常:连接在 sun.reflect.NativeConstructorAccessorImpl.newInstance0(本机方法)
处超时这是为我在 Debian 上的 Eclipse 版本推荐的构建。有什么想法吗?
我解决了。这是一个代理问题。使用 java -Dhttp.proxyHost=10.0.0.0 -Dhttp.proxyPort=8080 -jar 等它有效!