Hi I have created my jar file now i want to package my jar file as rpm(redhat package manager). I want to make my jar file as installable for linux.

so What is the proper way to package a single jar file as rpm?

Thanks Sunil Kumar Sahoo

link|improve this question

74% accept rate
feedback

2 Answers

up vote 3 down vote accepted

Check out this blog entry for a detailed description of what to do.

link|improve this answer
Thanks Brian really it helped me alot – Sunil Kumar Sahoo Dec 2 '09 at 6:02
feedback

If you're using Maven there's the maven rpm plugin.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.