Is there a way to run editor 2 from behind a http proxy? I’m trying to pass cli parameters to java using -Dhttp.proxyHost, -Dhttp.proxyPort, -Dhttps.proxyHost, -Dhttps.proxyPort but that doesn’t seem to be working. I’m no java expert though so it’s very possible that I’m doing something wrong…
Just to report back some success on this. I altered the config file in the Defold root directory and added the proxy info as vmargs then ran the Defold executable rather than trying to run the jar with cli params. Works fine now
2 Likes