Skip to content

Java 9 module support #25

@Darxoon

Description

@Darxoon

Thank you for making the project, it works great.

Unfortunately, when I try to import jelf into my project, which has a module-info.java file, I need to reference this library in the module-info with

requires jelf;

When I do this, I get the following warning:

Name of automatic module 'jelf' is unstable, it is derived from the module's file name.

because this project neither has a module-info.java file nor an Automatic-Module-Name: declaration in its jar's MANIFEST.MF file. Would it be possible to add one of these?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions