I am trying to run through a proxy to this is what I got java -Dhttp.proxyHost=***.***.**.*** -Dhttp.proxyPort=8080 -Dhttps.proxyHost==***.***.**.*** -Dhttps.proxyPort=8080 -DsocksProxyHost==***.***.**.*** -DsocksProxyPort=8080 -Dproxy.User=Domain\user-Dhttp.proxyPassword=************ -Dhttps.proxyPassword=************ -Xmx800m -jar Minecraft.exe and it lets me login but it wont let me connect to any servers.
java -Dhttp.proxyHost=192.168.13.1 -Dhttp.proxyPort=3128 -Dhttps.proxyHost=192.168.13.1
-Dhttps.proxyPort=3128 -Dhttp.proxyUser=****** -Dhttp.proxyPassword=******** -Xmx800m -jar Minecraft.exe
I got always this message.
Launcher is up to date!
Starting...
Downloading bg_main.png...
numImages = 50
Updating!
http://s3.amazonaws....nload/lwjgl.jar
http://s3.amazonaws....load/jinput.jar
http://s3.amazonaws..../lwjgl_util.jar
http://s3.amazonaws....d/minecraft.jar
http://s3.amazonaws....atives.jar.lzma
Fatal error occured (4): Unable to download lwjgl.jar
java.lang.Exception: Unable to download lwjgl.jar
at net.minecraft.a.a(Unknown Source)
at net.minecraft.a.b(Unknown Source)
at net.minecraft.a.run(Unknown Source)
at net.minecraft.f.run(Unknown Source)
Any help is appreciated.