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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now