0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

eclipseでtomcat起動時に「ClassNotFoundException」が表示されて起動できない

Posted at

表題の通り、eclipseでtomcatを起動した時に、「ClassNotFoundException」が表示されたて起動せず
約半日はまったのでメモ。

<対処方法>

●mavenのローカルリポジトリの再作成
 ※基本的に、.m2フォルダ内にrepositoryフォルダが無ければプロジェクト更新時に勝手に再作成するので、
  以下の手順で一度repositoryフォルダを削除すればOKです。

  1. Eclipseをクローズする。(起動したままだと、ローカルリポジトリ内のファイルを掴んだままで以下の手順が失敗する可能性があるため)
  2. .m2フォルダに移動する。(通常は、『C:/Users/{UserName}/』フォルダ下にあるはずです。)
  3. repositoryフォルダを削除する。(他の場所に移動、またはフォルダ名を変えるだけでもいいです)
  4. Eclipseを起動する。
  5. Alt+F5(MavenのUpdate Project。※上記のrepositoryフォルダを作り直して必要なjarファイルをダウンロードしてくるので、時間がかかります)
  6. Tomcatを起動する。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?