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!
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!
The last empty line in the MANIFEST.MF must be empty, so if you have a space for example this error will show.
Try to add a new line break after the Header.I don't know the details ,but it just works.
I was having the same problem but after deleting the targeted lines and rewriting the same it was done.