HELP!! AION EMULATOR ERROR Caused by: java.lang.NoClassDefFoundError: javassist/Class
i try to run AION Lightning Emulator,
got this error
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(Unknown Sou
rce)
at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(Unknown So
urce)
Caused by: java.lang.NoClassDefFoundError: javassist/ClassPath
at com.aionlightning.commons.callbacks.JavaAgentEnhancer.premain(JavaAge
ntEnhancer.java:43)
... 6 more
Caused by: java.lang.ClassNotFoundException: javassist.ClassPath
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)
... 7 more
FATAL ERROR in native method: processing of -javaagent failed
Aion-Lightning - Login Server has terminated abnormaly!
Press any key to continue . . .
can someone help me for this error?
thx a lot
Re: HELP!! AION EMULATOR ERROR Caused by: java.lang.NoClassDefFoundError: javassist/C
Hello.
Try to change your user variables environnement with a JDK 1.7 last rev (don't work with the latest 1.8) that you have to download... It should work.
http://img4.hostingpics.net/pics/689012java.png
My Windows is a 64b system... If your is a 32b you have to put Program Files (x86).
You'll have to rebuild all your server after you have made your config.
Your problem should be solved.
Re: HELP!! AION EMULATOR ERROR Caused by: java.lang.NoClassDefFoundError: javassist/C
Quote:
Originally Posted by
Agrumon
Hello.
Try to change your user variables environnement with a JDK 1.7 last rev (don't work with the latest 1.8) that you have to download... It should work.
http://img4.hostingpics.net/pics/689012java.png
My Windows is a 64b system... If your is a 32b you have to put Program Files (x86).
You'll have to rebuild all your server after you have made your config.
Your problem should be solved.
thx dude for helping
i already test it and it work.
big thanks to you
Problem Solved