Re: ClassNotFoundException: com.mysql.cj.jdbc.Driver
Posted by: Filipe Silva
Date: December 16, 2019 07:04AM

You need to enumerate all the libraries your code depends on with the java command option -classpath.

Consult https://docs.oracle.com/javase/8/docs/technotes/tools/windows/classpath.html for details and alternatives.

Options: ReplyQuote


Subject
Written By
Posted
Re: ClassNotFoundException: com.mysql.cj.jdbc.Driver
December 16, 2019 07:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.