Is there a way to add additional Java params before launching minecraft? With MagicLauncher, I can add the following flags -Dhttp.proxyHost=somehost -Dhttp.proxyPort=3128
In fact, I need to specify a proper proxy before I can login to minecraft. I launch technic launcher the following way:
If I don't do it this way, I will fail to authenticate (our standard silent proxy gives a 403 error at this point). This is fine for playing on single player maps, but will fail if I tried SMP (403 error).
Question
RoughingIT
Is there a way to add additional Java params before launching minecraft? With MagicLauncher, I can add the following flags -Dhttp.proxyHost=somehost -Dhttp.proxyPort=3128
In fact, I need to specify a proper proxy before I can login to minecraft. I launch technic launcher the following way:
java -Dhttp.proxyHost=somehost -Dhttp.proxyPort=3128 -jar ~/Downloads/technic-launcher-latest.jar
If I don't do it this way, I will fail to authenticate (our standard silent proxy gives a 403 error at this point). This is fine for playing on single player maps, but will fail if I tried SMP (403 error).
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.