ok i got a little problem with the WOM-client
i did everything that needed to be done,downloaded minecraft.jar as an example i got java jre_18 and it if i read the error it has found it but i cannot find the problem as a C+ coder i feel very ashamed to aks this...
what is the problem?
===================================
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\jdk1.6.0_18 folder
Found java in C:\Program Files\Java\jdk1.6.0_18 folder
Starting java from "C:\Program Files\Java\jdk1.6.0_18\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(ClassLoader.java:632)
at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:14
1)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Caused by: java.lang.ClassNotFoundException: com.mojang.minecraft.MinecraftApple
t
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 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\jdk1.6.0_18\bin\java.exe"
Press any button to continue.
can someone put it into simple terms...im not a computer techy guy, but my wom has stopped working all together due to a java SE binary codde non-responsiveness
HELP
Try making a new thread, bumping this thread was not needed.




WoM Member

Your problem is that it is autostarting java from the
It needs to start Java from the JRE, not JDK. In your run.bat, change
to
Double check that your minecraft.jar is in the \lib\ path.