如何使用mysql连接器java 5.1.12连接java和mysql

发布于 2024-09-03 17:46:19 字数 541 浏览 6 评论 0原文

我还是一个java初学者。我不知道如何将下载的文件导入到我的 java 类中。 它的路径如下:

E:\Users\user\Downloads\mysql-connector-java-5.1.12

我不知道如何处理从 mysql 站点下载的文件中提取的文件,以连接我的 java 应用程序和 mysql 数据库。

我正在使用 Netbeans 6.8。并且还安装了wampserver。

我已经退房了 这个:Java:连接到 MySQL 时遇到问题 和这个: 连接到 MySQL 数据库

但他们似乎没有答案如何使用 mysql 站点上的 mysql java 连接器文件。 请帮忙,谢谢。

I'm still a beginner in java. I dont have any idea on how to import the files that I have downloaded into my java class.
Its in this path:

E:\Users\user\Downloads\mysql-connector-java-5.1.12

I don't know what to do with the files I extracted from the file that I have downloaded in the mysql site for me to connect my java application and mysql database.

I'm using Netbeans 6.8. And have also installed wampserver.

ive already check out
This: Java: Trouble connecting to MySQL
and this: Connecting to a MySQL database

But they don't seem to have answers on how to make use of the mysql java connector file from mysql site.
Please help, thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

仅此而已 2024-09-10 17:46:19

在项目资源管理器中右键单击您的项目,然后单击属性。

从那里前往图书馆 ->添加 jar 文件,然后转到您要导入的任何 .jar 文件。

这应该将 jar 文件添加到您的项目类路径中。

Right click on your project in your project explorer and click on properties.

From there go to libraries -> add jar file then go to whatever .jar file you want to import.

That should add the jar file to your project classpath.

深爱不及久伴 2024-09-10 17:46:19

This answer to the second question you already found here on SO is a good reference! In addition you simply have to make sure, that the mysql connector library is on the classpath. That should be all.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文