-
Notifications
You must be signed in to change notification settings - Fork 0
[WIP] Cappuccino Library #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: staged-for-release
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## staged-for-release #163 +/- ##
===================================================
Coverage 98.15% 98.15%
===================================================
Files 15 15
Lines 163 163
Branches 11 11
===================================================
Hits 160 160
Misses 2 2
Partials 1 1 Continue to review full report at Codecov.
|
…ile, dog.c. added jni.h to usr/include and compiled with the new include statement.
…urce - still erroring on segfaults
…development source file. Need to now link with the JNI.
…ctionality to simulate JNI
|
Kudos, SonarCloud Quality Gate passed!
|
The Cappuccino library provides native Unix-like commands such as reading, writing, or appending to a file, concatenating two files, and many more similar features. The native operations are supported by the OpenJDK's Java Native Interface. Care should be observed before using this library, as there are native code dependencies. For more information, please consult the README.md on the project's main page (https://github.com/nealkumar/JBrew/).