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.lang.NoClassDefFoundError: javax/mail/Authenticator
アクティベーターとメール jar を server/deps ディレクトリに追加しましたが、まだこの問題が発生しており、理由がわかりません。
NoClassDefFoundErrorと同じではないことに注意してくださいClassNotFoundException。NoClassDefFoundErrorコンパイル時にクラスパスで使用可能だったクラスが実行時に使用できないことを意味します。jar ファイルがランタイムクラスパスにあることを確認しますか?
NoClassDefFoundError
ClassNotFoundException