79671686

Date: 2025-06-19 07:45:19
Score: 0.5
Natty:
Report link

jpackage is garbage for .rpm and .deb and seems like "they" dont care, see https://bugs.openjdk.org/browse/JDK-8208405

IMHO jpackage is absolutely useless for java applications, as .deb and .rpm already have such a nice and good deps management. It would be so easy to modify the control file (e.g. for .deb) to add "default-jre" as dependency for that app. That would save me about 85% of my applications size. Its a joke...

The only useful thing at the moment is to use jpackage to create a rpm and deb, then extract those and get the files used as templates and modify them for your needs. Then use the native tools needed to create rpm/deb.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: J. Doe