11-19-2013, 02:01 PM
Сборка interlude, не может найти Cipher:
но скомпилить сервер можно, когда запускаю, то в конце загрузки сервера он пишет:
в java build patch в эклипсе добавил jce.jar из папки явы, ошибка пропала, но при запуске сервера все равно выдает:
подскажите как решить проблему?
Код:
Connecting to login on 127.0.0.1:9014
Exception in thread "LoginServerThread" java.lang.Error: Unresolved compilation
problems:
The import javax.crypto cannot be resolved
Cipher cannot be resolved to a type
Cipher cannot be resolved
Cipher cannot be resolved to a variable
at net.sf.l2j.gameserver.gameserverpackets.BlowFishKey.<init>(BlowFishKe
y.java:26)
at net.sf.l2j.gameserver.LoginServerThread.run(LoginServerThread.java:21
6)
Maximum Numbers of Connected Players: 5000
Telnet server is currently disabled.
в java build patch в эклипсе добавил jce.jar из папки явы, ошибка пропала, но при запуске сервера все равно выдает:
Код:
Connecting to login on 127.0.0.1:9014
Exception in thread "LoginServerThread" java.lang.Error: Unresolved compilation
problems:
The import javax.crypto cannot be resolved
Cipher cannot be resolved to a type
Cipher cannot be resolved
Cipher cannot be resolved to a variable
at net.sf.l2j.gameserver.gameserverpackets.BlowFishKey.<init>(BlowFishKe
y.java:26)
at net.sf.l2j.gameserver.LoginServerThread.run(LoginServerThread.java:21
6)
Maximum Numbers of Connected Players: 5000
Telnet server is currently disabled.
подскажите как решить проблему?