Люди, как исправить вот такую вот ошибку возникающею при запуске гс (l2jfrozen)
NPC 31034 class not found
java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedConstructorAccessor6.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.l2jfrozen.gameserver.model.spawn.L2Spawn.doSpawn(L2Spawn.java:533
)
at com.l2jfrozen.gameserver.model.spawn.L2Spawn.init(L2Spawn.java:456)
at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.fillSpawnTable(Spa
wnTable.java:133)
at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.(SpawnTable.
java:64)
at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.(SpawnTabl
e.java:47)
at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:326)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.l2jfro
zen.gameserver.skills.BaseStats
at com.l2jfrozen.gameserver.skills.Formulas$FuncMaxHpMul.calc(Formulas.j
ava:746)
at com.l2jfrozen.gameserver.skills.Calculator.calc(Calculator.java:189)
at com.l2jfrozen.gameserver.model.actor.stat.CharStat.calcStat(CharStat.
java:106)
at com.l2jfrozen.gameserver.model.actor.stat.NpcStat.getMaxHp(NpcStat.ja
va:58)
at com.l2jfrozen.gameserver.model.L2Character.getMaxHp(L2Character.java:
10302)
at com.l2jfrozen.gameserver.model.L2Character.initCharStatusUpdateValues
(L2Character.java:484)
at com.l2jfrozen.gameserver.model.actor.instance.L2NpcInstance.(L2
NpcInstance.java:352)
at com.l2jfrozen.gameserver.model.L2Attackable.(L2Attackable.java:
364)
at com.l2jfrozen.gameserver.model.actor.instance.L2GuardInstance.(
L2GuardInstance.java:99)
... 9 more
NPC 31034 class not found
java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedConstructorAccessor6.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.l2jfrozen.gameserver.model.spawn.L2Spawn.doSpawn(L2Spawn.java:533
)
at com.l2jfrozen.gameserver.model.spawn.L2Spawn.init(L2Spawn.java:456)
at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.fillSpawnTable(Spa
wnTable.java:133)
at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.(SpawnTable.
java:64)
at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.(SpawnTabl
e.java:47)
at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:326)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.l2jfro
zen.gameserver.skills.BaseStats
at com.l2jfrozen.gameserver.skills.Formulas$FuncMaxHpMul.calc(Formulas.j
ava:746)
at com.l2jfrozen.gameserver.skills.Calculator.calc(Calculator.java:189)
at com.l2jfrozen.gameserver.model.actor.stat.CharStat.calcStat(CharStat.
java:106)
at com.l2jfrozen.gameserver.model.actor.stat.NpcStat.getMaxHp(NpcStat.ja
va:58)
at com.l2jfrozen.gameserver.model.L2Character.getMaxHp(L2Character.java:
10302)
at com.l2jfrozen.gameserver.model.L2Character.initCharStatusUpdateValues
(L2Character.java:484)
at com.l2jfrozen.gameserver.model.actor.instance.L2NpcInstance.(L2
NpcInstance.java:352)
at com.l2jfrozen.gameserver.model.L2Attackable.(L2Attackable.java:
364)
at com.l2jfrozen.gameserver.model.actor.instance.L2GuardInstance.(
L2GuardInstance.java:99)
... 9 more