Jump to content

Recommended Posts

Posted

i am this is what its giving me

C:\Users\BRETT\Desktop>"C:\Program Files\java\jre7\bin\java.exe" -Xmx700M -Xmx70

0M -jar Tekkit.jar nogui

Exception in thread "main" java.lang.NoClassDefFoundError: ab

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$100(Unknown Source)

at java.net.URLClassLoader$1.run(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 sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)

Caused by: java.lang.ClassNotFoundException: ab

at java.net.URLClassLoader$1.run(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)

... 13 more

C:\Users\BRETT\Desktop>pause

Press any key to continue . . .

this is the code i am gettign how do i fi it

Posted

make sure you have java pathed correctly in windows by simply typing

>java

at your windows command prompt, if it gives you a bunch of info from java then you do, change your launch command to

>java -Xmx700M -Xmx700M -jar Tekkit.jar nogui

once it is working then switch from >java to >javaw so you don't have to see the console window, or don't if that is your preference.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...