Reputation: 328
I have created installer of my java application for ubantu means debian based system.
I have 2 choices to distribute the package on rpm based sytem:
By selecting first choice, I did:
alien -r Mydeb.deb
output for above command create Mydeb.rpm package.
which convert .deb to rpm but when I was going to install it then issue occured after installing.
Package can not be loaded javecodec:52 could not find.
How I can pack .jar with DB folder with embedded jvm in linux
Upvotes: 0
Views: 321
Reputation: 5417
General question. So here comes general answer: https://fedorahosted.org/released/javapackages/doc/
Upvotes: 0