This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
When I allocate more ram using this command :javaw -Xmx3072m -Xms1024m -jar "C:\Users\(My User Priavate)\Desktop\Minecraft.exe
it says Error: Could not find or load main class javaw
People say to make sure the executable should be C:\Program Files (x64)\Minecraft\runtime\jre-x64\1.8.0_25\bin\javaw.exe
but mines C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\javaw.exe
please help
You are mixing instructions up.
Based upon that error I am guessing that you are putting this into the JVM arguments box.
Don't put javaw into that box, or -jar "C:\Users\(My User Priavate)\Desktop\Minecraft.exe"
It is just for putting in parameter arguments that the launcher will insert into the proper command to launch a version of minecraft.
It should not be a complete command.
When I allocate more ram using this command :javaw -Xmx3072m -Xms1024m -jar "C:\Users\(My User Priavate)\Desktop\Minecraft.exe
it says Error: Could not find or load main class javaw
People say to make sure the executable should be C:\Program Files (x64)\Minecraft\runtime\jre-x64\1.8.0_25\bin\javaw.exe
but mines C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\javaw.exe
please help
You are mixing instructions up.
Based upon that error I am guessing that you are putting this into the JVM arguments box.
Don't put javaw into that box, or -jar "C:\Users\(My User Priavate)\Desktop\Minecraft.exe"
It is just for putting in parameter arguments that the launcher will insert into the proper command to launch a version of minecraft.
It should not be a complete command.