Skip to content

Linux DEB package does not set correct permission on jre/lib/jspawnhelper #174

@AstroPixelProcessor

Description

@AstroPixelProcessor

I'm submitting a…

  • [X ] bug report

Short description of the issue/suggestion:

Linux DEB installer installs a non working java application in terms of being able to load native libs from external library JOGL (OpenGL) that needs to execute a script in user TMP directory to load native libs per platform.

By setting permissions of 755 (rwx,rx,rx) to jspawnhelper in jre/lib/jspawnhelper when the package is installed the issue is solved.

In the RPM packager this is done correctly and explicitely already, so needs to be fixed for the DEB packager.

Please tell us about your environment:

  • JavaPackager version: 1.6.5
  • OS version: Problem confirmed on Linux Mint 20, Ubuntu 20, It is likely that all DEB distributions are affected.
  • JDK version: OpenJDK 17 (Temurin)
  • Build tool:
    • [ X ] Maven

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfixedIssue fixed and release pending

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions