Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

swrh/jnyikes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ever tried to access Java objects from a C/C++ thread using JNI? Have you ever
lost plenty of time on JNI documentation just to get a simple data from your
Java software from inside a C/C++ library? Do you have no time to write a
simple Java API for your implemented device driver? Try jnyikes.

'jnyikes' is a middleware for those Java or C/C++ developers who needs to
transfer data from one side to the other but have no time to learn all the JNI
details. It will wrap all the JNI details and hard coding stuff by providing
easy C/C++ and Java functions, objects and methods. Its documentation tends to
teach programmers by example and is very intuitive, not needing any JNI
expertise to accomplish almost all common developing objectives.

Java and C deloppers will be very happy to use it when they realize it is not
needed to read pages and pages of JNI documentation with 'jnyikes'.

About

A simple and easy JNI wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published