3

how to fix "header must be terminated by a line break" eclipse?

I know this is known bug but since I am using previous version of eclipse I wanted to know workaround for this compile error in my manifest.mf.

Thanks for your help!

user3311644
  • 59
  • 2
  • 6

3 Answers3

5

The last empty line in the MANIFEST.MF must be empty, so if you have a space for example this error will show.

Flipbed
  • 719
  • 9
  • 18
3

Try to add a new line break after the Header.I don't know the details ,but it just works.

raoheng
  • 31
  • 2
0

I was having the same problem but after deleting the targeted lines and rewriting the same it was done.

Nakul Raut
  • 11
  • 1