Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロジェクトを実行しようとすると
java -jar test.jar
次の例外が発生します
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
クラスパスに mysql-connector-java-5.1.22-bin.jar を追加する方法
プロジェクトにライブラリを追加するのを忘れている可能性があります。以下のリンクをご覧ください。
クラスパスに jdbc ドライバー クラスが必要です。