Re: I am facing connection problem between java and mysql
Posted by: Filipe Silva
Date: August 25, 2019 09:20AM

Connector/J jar is not in your application's classpath.

Either use a jar dependency manager to get Connector/J jar or download the Connector/J package, extract its contents and put the jar file in your application's lib directory (or somewhere else your classpath is pointing to).

Refer to documentation for more details Chapter 4 Connector/J Installation.

IHTH

Options: ReplyQuote


Subject
Written By
Posted
Re: I am facing connection problem between java and mysql
August 25, 2019 09:20AM


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.