Sentaul
Tribute
- Joined
- May 7, 2012
- Messages
- 76
- Reaction score
- 24
The current version of Java is 1.7.0_04
A friend of mine had this problem as well.
What we did to fix it was to force Minecraft to run off of 64-bit Java, as it uses 32-bit by default (or you may not even have 64-bit installed).
For this to work, you need these:
1. Your operating system has to be 64-bit (I'm going to assume 64-bit Windows 7 or Vista for this)
2. You need to download Minecraft.jar (as opposed to the .exe, I would also delete the .minecraft folder for a clean install. Make sure you save all of your servers/worlds if you have any!)
- Go to http://minecraft.net and log in
- Go under the download section and click 'show all platforms'
- Download minecraft.jar under 'Minecraft for Linux/Other'
3. You need to download the latest version of Java, both 32-bit and 64-bit
- Go to http://www.java.com/en/download/manual.jsp
- Download both 'Windows Offline (32-bit)' and 'Windows Offline (64-bit)'
- You download both of them as most web browsers are only 32-bit
After you have these three things, you'll need to do the following.
1. Take the Minecraft.jar and put it in it's own folder (for organization!)
2. Right click Minecraft.jar and select "make shortcut" (it should create it in the same folder)
3. Now, right click the SHORTCUT and choose "properties"
4. In the properties, go to the 'Shortcut' tab and go to where it says 'Target:"
5. In "Target:" type the following exactly:
( This is what directs minecraft to run using 64-bit java with 1gb of RAM. )
6. Run minecraft through the shortcut and hope it solves your problem! (make sure you're running the shortcut and not the .jar)
Hope this works out for you (it's a bit complicated, but it does help on older computers)
If you want to reinstall Optifine follow the instructions for the .jar and not the .exe (I don't use it so I'm not too sure)
A friend of mine had this problem as well.
What we did to fix it was to force Minecraft to run off of 64-bit Java, as it uses 32-bit by default (or you may not even have 64-bit installed).
For this to work, you need these:
1. Your operating system has to be 64-bit (I'm going to assume 64-bit Windows 7 or Vista for this)
2. You need to download Minecraft.jar (as opposed to the .exe, I would also delete the .minecraft folder for a clean install. Make sure you save all of your servers/worlds if you have any!)
- Go to http://minecraft.net and log in
- Go under the download section and click 'show all platforms'
- Download minecraft.jar under 'Minecraft for Linux/Other'
3. You need to download the latest version of Java, both 32-bit and 64-bit
- Go to http://www.java.com/en/download/manual.jsp
- Download both 'Windows Offline (32-bit)' and 'Windows Offline (64-bit)'
- You download both of them as most web browsers are only 32-bit
After you have these three things, you'll need to do the following.
1. Take the Minecraft.jar and put it in it's own folder (for organization!)
2. Right click Minecraft.jar and select "make shortcut" (it should create it in the same folder)
3. Now, right click the SHORTCUT and choose "properties"
4. In the properties, go to the 'Shortcut' tab and go to where it says 'Target:"
5. In "Target:" type the following exactly:
Code:
"C:\Program Files\Java\jre7\bin\javaw.exe" -Xmx1024M -Xms512M -cp Minecraft.jar net.minecraft.LauncherFrame
6. Run minecraft through the shortcut and hope it solves your problem! (make sure you're running the shortcut and not the .jar)
Hope this works out for you (it's a bit complicated, but it does help on older computers)
If you want to reinstall Optifine follow the instructions for the .jar and not the .exe (I don't use it so I'm not too sure)