Giter Club home page Giter Club logo

Comments (7)

gary-rowe avatar gary-rowe commented on September 4, 2024

Thanks for the update. If you're able to offer up a pull request containing these changes it'll help speed things up (I'm maxed out on other work at the moment).

from hid4java.

andyrozman avatar andyrozman commented on September 4, 2024

I am sorry... my git knowledge is almost non-existant... I can send you link to correct file.. here it is...
https://github.com/NeuronRobotics/nrjavaserial/blob/master/nrjavaserial/src/main/java/gnu/io/NativeResource.java

You will probably need to modify it a little...

from hid4java.

gary-rowe avatar gary-rowe commented on September 4, 2024

No worries, thanks for the link.

from hid4java.

gary-rowe avatar gary-rowe commented on September 4, 2024

I'm not sure of the purpose of the native library loading since JNA already provides this with Native. Can you provide more detail?

In the meantime I've added the Linux support for AMD64.

from hid4java.

andyrozman avatar andyrozman commented on September 4, 2024

It's simply for loading native library from jar file... so that you don't need to worry if user has correct file installed. When app is started and library loaded, correct native part will be loaded from jar and you can run with it...
In most cases where you have native libraries included they are deployed as external files (.dll, .so etc), with this class you can load native libraries from jar file and not from java binary folder

from hid4java.

gary-rowe avatar gary-rowe commented on September 4, 2024

Is that still within scope of hid4java? If I understand you correctly it should be the case that JNA will load the correct hidapi library from the JAR through Native as seen in HidApiLibrary.

This mechanism would also be available for any other libraries a user may wish to load since JNA would be available on the downstream application's classpath and thus any other binaries they supplied should be accessible.

Can you give me a use case where this is necessary?

from hid4java.

gary-rowe avatar gary-rowe commented on September 4, 2024

In order to progress the 0.3.0 release I'll close this issue and if it's still required then a new issue covering it specifically can be raised.

from hid4java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.