Home >Database >Mysql Tutorial >Preparations for Eclipse to import mysql and connect to java
2017-07-12 13:11:47
##Import mysql--conncetor --java--jars into Eclipse
Method 1: Right-click on the project item, click Build Path->Configure Build Path-->Libraries-->Add External JARs (add local jars package)--> Apply Method 2: Right-click on the project item, click Properties at the bottom, and then follow the following keyword sequence to import the jar package. Key points: 1.Java Build Path 2.Libraries 3.Add External JARs (add local jars package) 4.ApplyThe above is the detailed content of Preparations for Eclipse to import mysql and connect to java. For more information, please follow other related articles on the PHP Chinese website!