Manifest issue in the jar file #911
mdziczkowski
started this conversation in
General
Replies: 1 comment 6 replies
-
This is a library, not an executable. There is no main file in the manifest because, well, there really is no main file. Perhaps you are confusing this client with PerfTest, which is an executable (although there's also bits that can be used as a library). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After downloading the client from the link given on the rabbitmq website, with points to: Maven repository and then trying to launch it using OpenJDK-11, I had recieved a following error related to the manifest:
After extracting the jar file and opening the manifest file in a code editor, I saw that the content was missformed and I haven't seen the required to make it work
Main-class
attribute.Could someone fix that?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions