Reputation: 53687
I've create a Java JAR file successfully. I now want to package my JAR file as an RPM (RedHat Package Manager) so that I can make it installable for Linux.
What would be the proper way to package a single JAR file as an RPM?
Upvotes: 16
Views: 16353