大家好,我试着安装IB软件,但我面临一个问题,我不知道是什么!!
这里的安装过程:
面对的错误:
No suitable Java Virtual Machine could be found on your system.
Downloading JRE with wget ...
--2017-11-11 13:26:12-- https://download2.interactivebrokers.com/installers/jres/linux-x64-1.8.0_152.tar.gz
Resolving download2.interactivebrokers.com (download2.interactivebrokers.com)... failed: No address associated with hostname.
wget: unable to resolve host address ‘download2.interactivebrokers.com’
Unpacking JRE ...
gzip: jre.tar.gz: unexpected end of file
tar: ../jre.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Starting Installer ...
./tws-latest-linux-x64.sh: 613: ./tws-latest-linux-x64.sh: /home/user1/Downloads/tws-latest-linux-x64.sh.8674.dir/jre/bin/java: not found有什么帮助吗?
发布于 2017-11-11 16:47:33
你在防火墙后面吗?设置您的代理
出口https_proxy=proxy:port http_proxy=proxy:port
否则,只需手动安装jvm就可以满足这一要求。
您也可以将代理添加到wget命令中。
https://stackoverflow.com/questions/47237436
复制相似问题