今天用sqlite写点东西eclips给我了这个东西

out of memory

java sqlite out of memory异常

java.sql.SQLException: out of memory
    at org.sqlite.DB.throwex(DB.java:252)
    at org.sqlite.NestedDB.open(NestedDB.java:47)
    at org.sqlite.Conn.<init>(Conn.java:36)
    at org.sqlite.JDBC.connect(JDBC.java:38)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at com.loveoop.sqlite.Test.main(Test.java:19)

 

原因:目录结构中存在中文,

解决方案:把中文修改为英文~~~~。

Good luck!!

相关文章:

  • 2021-12-21
  • 2022-12-23
  • 2021-06-17
  • 2021-06-30
  • 2021-04-04
  • 2021-12-14
  • 2021-05-27
  • 2021-08-02
猜你喜欢
  • 2022-12-23
  • 2022-02-20
  • 2021-07-30
  • 2021-07-23
  • 2021-08-22
  • 2021-05-16
  • 2022-12-23
相关资源
相似解决方案