Wes Techie
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited Using “ DriverManager.getConnection( ”jdbc:sqlite::resource: … “ ) ” in IntelliJ?
AnsweredI 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:... -
Created Try-with-resources are not supported at language level '6'
AnsweredI 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...