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?

[Java]I/O failure~エラーが出た時の解消法

Last updated at Posted at 2025-06-06

IntelliJ初心者ということもあり、結構はまってしまったので備忘録。

事象

複数のブランチで並行してビルドやら依存関係の構築やらを繰り返していたところ、以下のエラーで特定のファイルがないブランチでビルドできなくなった

I/O failure while processing configuration class [特定のブランチにしかないファイル名]

環境

Java 17.0.15
SpringBoot 3.32
IntelliJ IDEA Community

解決法

「プロジェクトの再ビルド」を実施
image.png
参考:IntelliJ IDEA ドキュメント
※eclipseならクリーン実行すればよさそう

以上。
キャッシュ破棄やmavenの更新等々散々試したけれど解消せず数時間費やしてしまった。
だれかのお役に立てれば。

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?