ハマログ

株式会社イーツー・インフォの社員ブログ

Glassfish を Eclipse にserver登録して ClassNotFoundException が起こる

Glassfish を Eclipse にserver登録しました

そのあと Glassfish をStartすると次のような例外でStartが途中で失敗しました

ClassNotFoundException:org.springframework.web.con text.ContextLoaderListener

次のspring forumnへの投稿を参考に設定を変更したところ Start できるようになりました

ClassNotFoundException:org.springframework.web.con text.ContextLoaderListener

設定についての投稿 #8 を拙訳ですが載せておきます
原文

I fixed the error with Maven by going to project properties -> Deployment Assembley and adding the Maven Dependency Build Path entry

拙訳

project properties -> Deployment Assembley へ行って、Maven Dependency Build Path 項目を追加したら、エラーが直りました

お役に立てば〜

EclipseExceptionGlassfishJava

  桑原 光昭   2013年10月27日


関連記事

2020年の振り返り(システム開発編)

あいかわらずLaravelを利用する日々なので、新しい話題はほぼAWS側の取り組…

爆速PHPフレームワーク「Phalcon」をお試し

浅春の候、皆様におかれましては益々ご健勝のこととお慶び申し上げます。 Shinが…

Laravelのテンプレート内でURLによる条件判定を実装する

Laravelのテンプレート(blade)内で、URLによる条件判定を実装する方…


← 前の投稿

次の投稿 →