I have followed the instructions given for downloading the custom client features, yet I get the error "Warning: lib/minecraft.jar not found". I have minecraft.jar in the lib folder and I have tried re-doing the given instructions three times with no luck. I am using WinRAR, I have Java version 6 update 18 (the latest Java type), I have 27.5 GB free worth of space on my computer, and I am using a Vista. I do realize this is little information, but please ask if you need more specific information and I'll try to find that information.
Autodetecting java
Testing default folder
Checking C:\Program Files\Java\jre6 folder
Found java in C:\Program Files\Java\jre6 folder
Checking C:\Program Files\Java\jre1.6.0_05 folder
Found java in C:\Program Files\Java\jre1.6.0_05 folder
Starting java from "C:\Program Files\Java\jre1.6.0_05\bin\java.exe"
Exception in thread "main" java.lang.NoClassDefFoundError: Main
Caused by: java.lang.ClassNotFoundException: Main
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
========================================
Warning: lib\minecraft.jar not found.
Did you read instructions / download it?
========================================
ERROR: Failed to run minecraft
JAVA6="C:\Program Files\Java\jre1.6.0_05\bin\java.exe"
Press any key to continue . . .
It seems that run.bat is autodetecting an older version of Java. Be sure that you have the latest version at Java.com. If you do then you need to set a custom Java path in run.bat, right click it and select 'Edit'.
Change:
set JAVA6="auto"
To:
set JAVA6="C:\MyPath\bin\java.exe"
(Change "C:\MyPath" to your actual java installation's path, normally "C:\Program Files\Java\jre6\bin\java.exe")
Autodetecting java
Testing default folder
Checking C:\Program Files\Java\jre6 folder
Found java in C:\Program Files\Java\jre6 folder
Starting java from "C:\Program Files\Java\jre6\bin\java.exe"
Exception in thread "main" java.lang.NoClassDefFoundError: Main
Caused by: java.lang.ClassNotFoundException: Main
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: Main. Program will exit.
========================================
Warning: lib\minecraft.jar not found.
Did you read instructions / download it?
========================================
ERROR: Failed to run minecraft
JAVA6="C:\Program Files\Java\jre6\bin\java.exe"
Press any key to continue . . .
I am getting the same error as well, exactly as Corruption64 is getting.
can somebody help us out
Yeah I get the same thing, Checked through the Java site that I have the latest version installed. Dunno what could be causing this.
hmm are you sure you guys are using the last minecraft.jar?
if not it could may ingore it or something
Not sure, but I downloaded it from the link provided in the download section. I assume it's the link to the latest one since it's on the minecraft.net site. I tried looking around for the jar file to find a newer version but I couldn't find it anywhere else.
i already changed the path as stated earlier and am getting this:
Exception in thread "main" java.lang.SecurityException: SHA1 digest error for co
m/mojang/minecraft/Entity.class
at sun.security.util.ManifestEntryVerifier.verify(Unknown Source)
at java.util.jar.JarVerifier.processEntry(Unknown Source)
at java.util.jar.JarVerifier.update(Unknown Source)
at java.util.jar.JarVerifier$VerifierStream.read(Unknown Source)
at sun.misc.Resource.getBytes(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.mojang.minecraft.MinecraftApplet.init(Unknown Source)
at MainApplet.init(MainApplet.java:105)
at Main.main(Main.java:229)
Maybe a Vista problem since I'm also running Vista.
Can't be, getting same thing on XP. I google around and it looks like its bad coding on their part. At least that's what it seems like from all the links I found on google.
try redownloading minecraft.jar
The problems obviously not with the mminecraft file. If you look at the run.bat file in a text editor it pretty much returns "minecraft.jar not found" or every other error.
It's got to to with the way it's accessing the java files. Maybe it only works for people with older java version? I installed the latest one twice now and I still get the errors.
Apparently whenever starting a mode my internet connection
was getting corrupt files and causing minecraft not to function
correctly (I know this because multiple computers on my connection had
all the same problems). I went to a friends house and everything loaded
fine. I copied the "www.minecraft.net" Temp folder
(C:\UserName\AppData\Local\Temp\www.minecraft.net (AppData is a hidden
folder)) onto a flash drive and pasted it into my Temp folder and
"ABRAHADABR!!!" it works!
Thanks for the help!
I'll upload it if u tell me where. I'm still working on getting infdev to work so once that's done ill put the. folder sumwhere as long as that's allowed.
heres mine please help
Autodetecting java
Testing default folder
Checking C:\Program Files\Java\jre6 folder
Found java in C:\Program Files\Java\jre6 folder
Starting java from "C:\Program Files\Java\jre6\bin\java.exe"
Exception in thread "main" java.lang.NoClassDefFoundError: com/mojang/minecraft/
MinecraftApplet
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.mojang.minecraft.MinecraftApple
t
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 12 more
Could not find the main class: Main. Program will exit.
ERROR: Failed to run minecraft
JAVA6="C:\Program Files\Java\jre6\bin\java.exe"
Press any key to continue . . .
Im on a vista computer to and i have minecraft.jar in my lib folder this problem is getting very annoying
i cant even find the download link for the minecraft.jar file!
I have it to and i have windows 7
same problem, have tried everything, World of Minecraft's instructions are not working.
Open up "C:\Users\YOUR USERNAME\AppData\Local\Temp". Remove both 'minecraft.net' and 'www.minecraft.net' folders. Try again.
This is exactly what I get, even after removing those folders:
Starting java from "C:\Program Files (x86)\Java\jre6\bin\java.exe"
Exception in thread "main" java.lang.NoClassDefFoundError: com/mojang/minecraft/
MinecraftApplet
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.mojang.minecraft.MinecraftApple
t
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 12 more
Could not find the main class: Main. Program will exit.
ERROR: Failed to run minecraft
JAVA6="C:\Program Files (x86)\Java\jre6\bin\java.exe"
i got it to work by going to my friends house and copying it onto a flash drive;]
well this is what I get, I have the premium version and have the minecraft.jar, straight from minecraft.nte as of today in there >.>
error:
Autodetecting java
Testing default folder
Checking C:\Program Files\Java\jre6 folder
Found java in C:\Program Files\Java\jre6 folder
Starting java from "C:\Program Files\Java\jre6\bin\java.exe"
Exception in thread "main" java.lang.NoClassDefFoundError: com/mojang/minecraft/
MinecraftApplet
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.mojang.minecraft.MinecraftApple
t
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 12 more
Could not find the main class: Main. Program will exit.
ERROR: Failed to run minecraft
JAVA6="C:\Program Files\Java\jre6\bin\java.exe"
Press any key to continue . . .
In my temp folder i dont even have a minecraft folder.. s:
this is bullsh*t man so many people with the same problem and you still don't acknowledge it
guys where is he the lib i cant find!
i cant get it to work i tried to redownload it and it doesnt work.
I have the same problem and it's not working
Autodetecting java
Testing default folder
Checking C:\Program Files\Java\jre6 folder
Found java in C:\Program Files\Java\jre6 folder
Starting java from "C:\Program Files\Java\jre6\bin\java.exe"
Exception in thread "main" java.lang.NoClassDefFoundError: com/mojang/minecraft/
MinecraftApplet
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.mojang.minecraft.MinecraftApple
t
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 12 more
Could not find the main class: Main. Program will exit.
========================================
Warning: lib\minecraft.jar not found.
Did you read instructions / download it?
========================================
ERROR: Failed to run minecraft
JAVA6="C:\Program Files\Java\jre6\bin\java.exe"
Press any key to continue . . .
Make sure that the Minecraft.jar file is all low caps.
still wont work
Starting java from "C:\Program Files\Java\jre6\bin\java.exe"
Exception in thread "main" java.lang.NoClassDefFoundError: com/mojang/minecraft/
MinecraftApplet
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.mojang.minecraft.MinecraftApple
t
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 12 more
Could not find the main class: Main. Program will exit.
ERROR: Failed to run minecraft
JAVA6="C:\Program Files\Java\jre6\bin\java.exe"
Press any key to continue . . .
After much searching.....
https://s3.amazonaws.com/MinecraftDownload/classic/minecraft.jar
Download the jar from here...this one worked for me
downloaded from https://s3.amazonaws.com/MinecraftDownload/classic/minecraft.jar as the post above. Works fine now..
So why is this minecraft.jar so much bigger? The one from the minecraft site is about 51k, this one from the amazonawa site is about 280k.
i have the same problem but that file i can't download it
Failed to load Main-Class manifest attribute from
C:/Documents and settings/Mikkel B/Local instalings/ Temporary Internet Files/Content.IE5/Y1EW5FGU/minecraft[1].jar
That it say to it. But need i to save it or something?
Pleas help me
i cant download the minecraft.jar from this site or http://minecraft.net/client/minecraft.jar
https://s3.amazonaws.com/MinecraftDownload/classic/minecraft.jar
I have no issues from this site, it auto comes up as a download. Save it, then I extracted to the lib folder AND Cut/Pasted it to the lib file.
Could you get Hayoooo to un-ban me please?
i get the same error as curroption64. i need help too
I can't extract my files on my vista! It keep's saying i've already got maps whith that name!Help*!
Mine says:
i have xp and i have the same prob that u
"Starting java from "C:\Program Files\Java\jre6\bin\java.exe"
Exception in thread "main" java.lang.NoClassDefFoundError: com/mojang/minecraft/
MinecraftApplet
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.mojang.minecraft.MinecraftApple
t
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 12 more
Could not find the main class: Main. Program will exit.
========================================
Warning: lib\minecraft.jar not found.
Did you read instructions / download it?
========================================
ERROR: Failed to run minecraft
JAVA6="C:\Program Files\Java\jre6\bin\java.exe"
Press any key to continue . . ."
Yes, I downloaded the stuff about twelve times from different sources.
Yes, I changed the java path from auto.
Using Windows XP.
Can someone present a definite solution to this already? It obviously works for a large number of people.
I made a new folder in lib and named it minecraft.jar.
Extracted downloaded minecraft.jar into THIS folder, not just into lib.
Now it runs fine!
If you open your lib folder and don't see a file/folder named
minecraft.jar, but instead see a whole bunch of files from the download,
then the above will fix the problem. I hope this helps you all.
So all my problems (which had the same error messages as most others) were fixed by altering the java path and making that folder. I'm not even sure the java path did anything useful, but I won't mess with it again... Just try the folder first.
i have the same thing as you how can we fix it
i am going on minecraft.net and i log in and i go on 2 player and its says com.mojang.minecraft.minecraftapplet plz help me plz
Hi i am completly missing my lib folder can i just make one or do i have to redownload minecraft again or what? I am so confused. Please help...
WoM Coins: 20
Could you give me the whole error? Just right click on the console, click select all then press enter. Post it here, remove the mppass on the error log.