GithubHelp home page GithubHelp logo

aploese / jnhw Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 17.52 MB

JNI Header Wrapper a lightwight alternative to JNA or JNR (V 4.0.0-SNAPSHOT in branch FFM uses JEP 454: Foreign Function & Memory API)

Makefile 4.49% Shell 6.78% M4 0.19% C 20.03% Java 63.05% C++ 5.40% Objective-C 0.05%
ffm jep-442 jna jni jnr foreign-function-and-memory-api jep-454

jnhw's People

Contributors

aploese avatar

Stargazers

 avatar

Watchers

 avatar  avatar

jnhw's Issues

NativeLibResolver::loadNativeLib failes to check Java library paths

String[] javaLibraryPath = System.getProperty("java.library.path").split(":");

Here, the elements in java.library.path are split at every colon (:). However, at least on my machine running Windows 10, the elements in java.library.path separated by a semicolon (;). This leads loadNativeLib to consider paths like \Program Files\AdoptOpenJDK\jdk-11.0.5.10-hotspot\bin;C instead of C:\Program Files\AdoptOpenJDK\jdk-11.0.5.10-hotspot\bin for library loading.

I don't know if elements are separated by colons on other operating systems.

Ioapiset is incomplete

ioapiset.h in Windows SDK version 10.0.18362.0 includes methods that are not included in Ioapiset. I, for example, require DeviceIoControl. Including this missing method would be really useful.

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.