Proxy Connection Error in Libgdx

0

I am using a proxy connection inside an university to connect to the internet. I recently downloaded Libgdx for on of my projects. Alas! it doesn't recognize my proxy port connection. How can I connect to Libgdx to download libraries using proxy:port settings? Thanks.

Anurupa

Posted 2013-10-19T08:46:16.830

Reputation: 1

Answers

2

Before executing: java -jar gdx-setup.jar you will have to set the JAVA_OPTS environment variable by running: export JAVA_OPTS="-Dhttp.proxyHost=myproxy -Dhttp.proxyPort=8080". If you are running by double-clicking the jar file, you will have to configure the system environment variable. Hope helps, regards!

jigarzon

Posted 2013-10-19T08:46:16.830

Reputation: 121