How can be jar files sealed using IntelliJ idea?
I believe it is made with jar cmf command, but how can it be achieved in IntelliJ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is
jar cmf. By usingmyou can pass a Manifest file. To seal a jar your manifest file have to contain the lineSealed: true. See Sealing Packages within a JAR File for details. Have a look at this blog to see how to create a jar with custom manifest in IntelliJ.