Search found 2 matches

by josievich
30 Aug 2018, 11:46
Forum: Essential Open Source - Platform
Topic: Latest JDBC Driver with built in Protege JRE
Replies: 2
Views: 4687

Latest JDBC Driver with built in Protege JRE

Hi All, I was getting a "JDBC driver is not found on classpath" error when trying to convert my project to a DB. I noticed the output in the console was below WARNING: com/mysql/jdbc/Driver : Unsupported major.minor version 52.0 -- java.la ng.UnsupportedClassVersionError: com/mysql/jdbc/Dr...
by josievich
30 Aug 2018, 11:23
Forum: Essential Open Source - Platform
Topic: JDBC Driver is not on the classpath
Replies: 1
Views: 5150

JDBC Driver is not on the classpath

Hi All, I'm trying to convert my project to a Database project as it is in multi-user mode. I'm getting a "The JDBC driver is not on the classpath" error. I have transferred the JDBC driver to the root folder and renamed it to driver.jar Any ideas what could be the issue? MySQL version is ...