偷摸大雞 發表於 2024-7-12 15:19

請問黑盒子這樣是代表哪裡錯誤?又該如何修復呢?

^CException in thread "main" java.lang.UnsupportedClassVersionError: com/lineage/Server : Unsupported major.minor version 52.0
      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)

yasioukon 發表於 2024-7-12 16:07

JAVA灌錯版本

偷摸大雞 發表於 2024-7-12 23:31

yasioukon 發表於 2024-7-12 16:07
JAVA灌錯版本

那請問要抓幾版的JAVA呢@@?
另外舊的需要先刪除嗎?

貓貓 發表於 2025-6-16 12:11

ERROR - Can't find file: '.\381_db_1\weapon_@6b66@5668@6280@80fd@[email protected]' (errno: 22)
java.sql.SQLException: Can't find file: '.\381_db_1\weapon_@6b66@5668@6280@80fd@[email protected]' (errno: 22)
      at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
      at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4096)
      at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4028)
      at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2490)
      at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2651)
      at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2683)
      at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2144)
      at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2310)
      at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:102)
      at com.lineage.server.datatables.WeaponSkillTable.load(WeaponSkillTable.java:37)
      at com.lineage.server.GameServer.initialize(GameServer.java:331)
      at com.lineage.Server.main(Server.java:146)
頁: [1]
查看完整版本: 請問黑盒子這樣是代表哪裡錯誤?又該如何修復呢?