C:\Users\User\Desktop\proxy>java -DsocksProxyHost=51.255.197.171 -DsocksProxyPor
t=8080 -Xmx800m Minecraft.exe
Error: Could not find or load main class Minecraft.exe
C:\Users\User\Desktop\proxy>pause
Press any key to continue . . .
And replacing it with "-exe" i get this
C:\Users\UserDesktop\proxy>java -DsocksProxyHost=51.255.197.171 -DsocksProxyPor
t=8080 -Xmx800m -exe Minecraft.exe
Unrecognized option: -exe
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
C:\Users\User\Desktop\proxy>pause
Press any key to continue . . .
I'm trying to proxy my minecraft with this code
But it comes up with this
How would i fix this?
(I'm running it where my minecraft run thing is, and its not a shortcut)
Without the "-jar" i get this
And replacing it with "-exe" i get this
If i downlaod the jar version it still gives me this.