With IntelliJ IDEA;
How would I make it so that the JAR can run anywhere without needing the META INF? (Or the Meta INF being inside the JAR??).
At the moment, I plop the JAR on my VPS and it doesn't have the METAINF.
Thank you,
With IntelliJ IDEA;
How would I make it so that the JAR can run anywhere without needing the META INF? (Or the Meta INF being inside the JAR??).
At the moment, I plop the JAR on my VPS and it doesn't have the METAINF.
Thank you,
When creating the artifact in IntelliJ, simply select your Main Class, and the manifest should be automatically generated.