Wes Techie
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
已编辑于 Using “ DriverManager.getConnection( ”jdbc:sqlite::resource: … “ ) ” in IntelliJ?
已回答I get the following error from IntelliJ:java.sql.SQLException: resource database/test.db not found: java.net.MalformedURLException: no protocol: database/test.db And this is the line I am using:... -
创建于 Try-with-resources are not supported at language level '6'
已回答I am using the Ultimate version of IntelliJ. My database refers to an SQLite JDBC adapter. I also get the following error when using Rebuild Project from the Run menu: error: try-with-resources i...