Edit your Run.bat and delete jframe.
|
|
My client's main manifest is JFrame instead of client.java and isn't loading. If you can help with this problem it'd be much appreciated thank you!
Here's the error code:
The system cannot find the path specified.
Exception in thread "main" java.lang.NoClassDefFoundError: Jframe
Caused by: java.lang.ClassNotFoundException: Jframe
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: Jframe. Program will exit.
Press any key to continue . . .
Once again thank you if you can help!


Edit your Run.bat and delete jframe.
The system cannot find the path specified.
Exception in thread "main" java.lang.NoClassDefFoundError: 10
Caused by: java.lang.ClassNotFoundException: 10
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: 10. Program will exit.
Press any key to continue . . .
Run.bat:
@echo off
title RuneVerfix
cd ./Files
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xmx500m 10 0 highmem members 32
pause
Wooh a new error![]()


Try that. Post me your error after.@echo off
title RuneVerfix
cd ./Files
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xmx500m client
pause
New error
scratch that-
The system cannot find the path specified.
Exception in thread "main" java.lang.NoClassDefFoundError: client
Caused by: java.lang.ClassNotFoundException: client
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: client. Program will exit.
Press any key to continue . . .

I don't know what to do with what it's telling me though. I need an explanation. I'm not big on clients.


Cannot locate the Jframe class. Can it be any more obvious?
| « Item repositioning | Cache Location » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |