How can I remove META-INF from minecraft.jar, without administrator privileges? I can't install new software.

link|improve this question
feedback

migrated from gaming.stackexchange.com Aug 20 '11 at 15:31

This question came from our site for passionate videogamers on all platforms.

2 Answers

I'm not certain what you mean by "manual file deleting", but here's how to delete the META-INF folder.

You must open minecraft.jar in a program which can edit .zip files (such as 7-zip), then delete the META-INF folder as you would anything else. This should not require administrator privileges, as minecraft.jar resides inside your home folder, over which you have almost total control. On Windows, you can reach the correct folder by pressing Win+E (the Windows key is the one that looks like the Start menu) and typing %AppData%\.minecraft\bin in the text box at the top of the window which appears.

If you're not comfortable doing this yourself, you might ask someone with more computer experience to help you. A program or script could be written to do it for you, but that would require the installation of additional software on your computer (which typically does require administrator rights).

link|improve this answer
feedback

In addition to Ben Blank's answer, if you cannot install a zip application as you do not have administrator rights, you could just rename mincraft.jar.

As a .jar file is just a .zip file under another name, and if you are using Windows, which can now open .zip files as if they were directories, you can just rename minecraft.jar to minecraft.zip. You can now delete META-INF without installing any further apps. After this, be sure to rename the .zip back to .jar.

Linux should also have native zip readers, depending on the distro, and the minecraft data directory is in your /home/[usr]/.minecraft directory, which may be hidden from your file explorer UI as it starts with a dot.

link|improve this answer
1  
Side note: In Ubuntu, you can show "dot files" in the GUI by pressing Ctrl+H. – Maxpm Aug 20 '11 at 18:22
... or by pressing ctrl+L after clicking in a directory (in Gnome, at least), you can edit the location, and manually add the .minecraft extension – lagerdalek Nov 18 '11 at 3:22
feedback

Your Answer

 
or
required, but never shown