일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 등차수열
- 우분투
- ubuntu
- 리눅스
- 오늘도 우라라 펫
- Linux
- 환경설정
- C언어
- 오늘도 우라라 공략
- topic
- MSG
- install opencv-4.4.0 on ubuntu 22.04
- mariaDB
- C++
- Subscribe
- 프로그래밍
- 반복문
- JungOl
- LeetCode
- 마리아 DB
- publish
- 오늘도 우라라
- 기초
- 데이터 베이스
- 그랑사가
- 토픽
- mysql
- ros
- while
- 오늘도 우라라 펫 공략
- Today
- Total
하루의 쉼터
[Eplise DB Error]java.sql.SQLException: No suitable driver found for jdbc:mysql... to Eplise 본문
[Eplise DB Error]java.sql.SQLException: No suitable driver found for jdbc:mysql... to Eplise
Changun An 2021. 1. 11. 15:53| Eplise DB Error 해결
java.sql.SQLException: No suitable driver found for jdbc:mysql://... |
위와 같은 문제 발생 시
1. Connector 관련 코드가 빠진 경우
--> 코드를 넣어주면 됩니다.
2. Connector 관련 파일이 빠진 경우
downloads.mysql.com/archives/c-j/
MySQL :: Download MySQL Connector/J (Archived Versions)
Please note that these are old versions. New releases will have recent bug fixes and features! To download the latest release of MySQL Connector/J, please visit MySQL Downloads. MySQL open source software is provided under the GPL License.
downloads.mysql.com

2-1. 자신이 필요한 버전을 클릭합니다.

2-2. Operating System에서 Platform Independent를 클립합니다.

2-3. Zip 파일로 다운로드 합니다.

2-4. 압축해제 하여 Mysql-connector-java-8.0.22.jar파을을 자신의 자바 경로/jre/lib/ext에 넣습니다.

2-5. 이클립스 Project-Properties 클릭

2-6. JavaBuild Path 클릭

2-7. libraries - Add-External JARs 눌러 다운 받은 경로를 추가하고 Apply and Close 클릭
해결.
'프로그래밍 > JAVA' 카테고리의 다른 글
[Install] IntelliJ(Windows) 설치 (0) | 2022.04.17 |
---|---|
[Eclipse] 프로젝트 옮기기 (0) | 2021.12.23 |
[Eclipse] Import Error (0) | 2020.12.07 |
[Tomcat] 'Starting Tomcat v8.5 Server at localhost' has encountered a problem. 오류 (4) | 2020.09.08 |
[Tomcat] A service with the given Service Name is already installed on this machine. Please choose another Service Name 오류 (0) | 2020.09.08 |