0
1

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 3 years have passed since last update.

eclipsを使ったJavaでmain型が含まれているのにもかかわらず、「エディターにはメイン型が含まれていません」と出た時の、対処法。

Posted at

備忘録

eclipsで、main型が含まれているのにもかかわらず、「エディターにはメイン型が含まれていません」と出た時の、対処法。
 ↓
まず、main型が含まれているソースコードをコピーする。
 ↓
そして、そのsrc下のソースコードを削除する。
 ↓
新しくクラスから作成する。
 ↓
新しい画面に出ているものを削除する。
 ↓
コピーしていたものを貼り付ける。
 ↓
復活する。

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?