manifest file in jar artifact not generated? Follow
Answered
is it a bug or am i using the artifact feature wrong? i have to create the manifest file myself and then tell idea to copy it into the jar? can't it be generated automatically? i mean, i can tell the articfact what the main class is, so... i guess it's a bug?
Please sign in to leave a comment.
Select the jar node in the layout tree and press "Create Manifest" button. IDEA will create a manifest.mf file and you will be able to specify main
class from the artifact editor.
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi,
in IntelliJ 2021, where can In find the create manifest button?
See https://www.jetbrains.com/help/idea/artifacts.html .
I see. Thanks a lot!