I tried to open a runnable jar file from command prompt and spesify maximum memory
java -Xmx6g -jar test.zip
and got an error : unable to open this jar
Did i specify Xmx
in a wrong way ?
I tried to open a runnable jar file from command prompt and spesify maximum memory
java -Xmx6g -jar test.zip
and got an error : unable to open this jar
Did i specify Xmx
in a wrong way ?
More information:
Increasing the JVM maximum heap size for memory intensive applications