You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent some hours to understand that I was trying to execute the wrong Jar: I was wondering for hours what was wrong in the building process about produced `build/libs/sbe-all-1.7.0.jar` without `META-INF/MANIFEST.MF`. I think I am not alone because it was also the issue aeron-io#324 Instead of creating a new issue, I propose in this commit to provide some documentation in the README.md about produced Jars, and a warning to prevent using the wrong Jars.
Note: The Jars in directory `build/libs` do not contain `META-INF/MANIFEST.MF` and the error *"no main manifest attribute"* will occur when trying to execute it.
0 commit comments