help!

gfman

Heir
Customer
Hi, could anyone tell me what it is?

Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/ehcache/CacheManager
at l2.gameserver.GameServer.<init>(Unknown Source)
at l2.gameserver.GameServer.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.sf.ehcache.CacheManager
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)
... 2 more
 
missing gameserver/ehcache-core-2.4.3.jar or gameserver/configs/ehcache.xml gameserver/configs/ehcache.xsd
 
Last edited:
Back
Top