tags:

views:

204

answers:

2

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

+3  A: 

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

Brian Agnew
Thanks Brian really it helped me alot
Deepak
+2  A: 

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

Robert Munteanu