since unknown reason, my internet can not access github, i set up a v2ray VPN in my computer.

I tried to update sytem under "runtime" tab. by click "install all" 

but failed by saying 

Repo error unresolved depency:***

the MRL is 1.0.2693.

i guess myrobotlab java app does not access the internet by my VPN tunel 

anyone know how to access the "install all" by proxy?

GroG

3 years 6 months ago

Hello jason_wong,
You can try setting the proxy via command line 

java -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=3128 -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=3128 -jar myrobotlab.jar -install

The details would need to be adjusted by you.
Hope this helps.