Wes Techie
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Wes Techie 创建了一个帖子, 已回答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:... -
Wes Techie 创建了一个帖子, 已回答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...