Skip to content

Bring back Architecture detection #47

@pschichtel

Description

@pschichtel

JavaCAN 2.x has automatic architecture detection to select the right native component during runtime. The implementation was limited, but at least for common architectures (x86, common arm versions) it worked good enough.

I could imagine bringing the architecture detection back as separate module that can be used instead of the core/epoll + arch dependencies directly. that module could produce a jar that contains the native libraries for several architectures and robust logic to select the correct one. Some minor core changes might be necessary to facilitate loading libraries from different paths or some other trickery in the module could be applied.

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