前提・実現したいこと
ここに質問の内容を詳しく書いてください。
javaでSQLを用いたログインシステムを作っています。
実行を押すと以下のエラーメッセージが発生しました。
エラーメッセージ
`
PostgreSQL JDBC Driver 42.2.23
Found in: jar:file:/Users/takadatsukasa/LetsEngineer/curriculum/JavaStudy/Check4/WebContent/WEB-INF/lib/postgresql-42.2.23.jar!/org/postgresql/Driver.class
The PgJDBC driver is not an executable Java program.
You must install it according to the JDBC driver installation instructions for your application / container / appserver, then use it by specifying a JDBC URL of the form
jdbc:postgresql://
or using an application specific method.
See the PgJDBC documentation: http://jdbc.postgresql.org/documentation/head/index.html
This command has had no effect.
該当のソースコード
https://github.com/tsukasa617/curriculum/tree/Java/JavaStudy/Check4
こちらのファイルをEclipse2020で実行しようとするとこのようなエラーが出ます。
ここにより詳細な情報を記載してください。
EmployeeController.javaのファイルにエラーが出ていますが。なぜエラーが出るのかわかりません。
回答1件
あなたの回答
tips
プレビュー