F5F Stay Refreshed Software Operating Systems Issue with MySQL Connector/J package

Issue with MySQL Connector/J package

Issue with MySQL Connector/J package

T
TemkaPlay
Member
160
03-31-2022, 08:58 AM
#1
You were attempting to connect using JDBC with MySQL. The error indicates the MySQL JDBC driver isn't found. After installing the driver and adding its JAR to your project references, the issue persists—check the JDBC URL in your connection string or ensure the driver is properly recognized by your environment.
T
TemkaPlay
03-31-2022, 08:58 AM #1

You were attempting to connect using JDBC with MySQL. The error indicates the MySQL JDBC driver isn't found. After installing the driver and adding its JAR to your project references, the issue persists—check the JDBC URL in your connection string or ensure the driver is properly recognized by your environment.

Q
Queen_Mel
Junior Member
7
04-01-2022, 11:39 AM
#2
Consider using tools such as Gradle or Maven for setting up your program. These dependency managers help you include necessary libraries automatically, eliminating the need to manually download JAR files and manage their placement.
Q
Queen_Mel
04-01-2022, 11:39 AM #2

Consider using tools such as Gradle or Maven for setting up your program. These dependency managers help you include necessary libraries automatically, eliminating the need to manually download JAR files and manage their placement.

I
iKegreenS_
Posting Freak
878
04-01-2022, 01:57 PM
#3
Use the specified connector class name in your Java project.
I
iKegreenS_
04-01-2022, 01:57 PM #3

Use the specified connector class name in your Java project.

M
Machimine
Member
64
04-01-2022, 04:17 PM
#4
The environment information looks good. Could you confirm if you're working with Ubuntu?
M
Machimine
04-01-2022, 04:17 PM #4

The environment information looks good. Could you confirm if you're working with Ubuntu?

V
Vykor817
Member
214
04-03-2022, 07:08 AM
#5
another attempt didn't fix the issue
V
Vykor817
04-03-2022, 07:08 AM #5

another attempt didn't fix the issue

A
Agman10
Senior Member
690
04-07-2022, 11:52 PM
#6
I also verified the file permissions, but other users can still access the file, though it keeps showing as not found.
A
Agman10
04-07-2022, 11:52 PM #6

I also verified the file permissions, but other users can still access the file, though it keeps showing as not found.

_
___iRekt___
Senior Member
505
04-13-2022, 10:29 AM
#7
The specific IDE wasn't mentioned, and the runtime component being utilized came from that IDE.
_
___iRekt___
04-13-2022, 10:29 AM #7

The specific IDE wasn't mentioned, and the runtime component being utilized came from that IDE.

H
HairyWiener
Member
160
04-17-2022, 10:52 PM
#8
Hello, I'm using VS Code.
H
HairyWiener
04-17-2022, 10:52 PM #8

Hello, I'm using VS Code.

D
Dephunkpunk_2
Senior Member
484
04-21-2022, 05:25 PM
#9
Consider adopting Maven or Gradle for building projects and InteliJ Idea for Java development. VS Code offers capabilities but lacks the full set of tools needed for a smooth Java workflow. Make sure to install the specified library from the repository link provided. If you must stick with jar files, locate the download button in the Files section of the Maven repository page. Here’s an example connection to a MySQL 8.0.33 server on Ubuntu: https://github.com/Pequla/winterland-plu...rvice.java
D
Dephunkpunk_2
04-21-2022, 05:25 PM #9

Consider adopting Maven or Gradle for building projects and InteliJ Idea for Java development. VS Code offers capabilities but lacks the full set of tools needed for a smooth Java workflow. Make sure to install the specified library from the repository link provided. If you must stick with jar files, locate the download button in the Files section of the Maven repository page. Here’s an example connection to a MySQL 8.0.33 server on Ubuntu: https://github.com/Pequla/winterland-plu...rvice.java