SkillAgentSearch skills...

JNIHelper

A small utility library to hide all the horrors of JNI API.

Install / Use

/learn @kvintessence/JNIHelper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

A small utility library to hide all the horrors of JNI API.

Changelog:

===> Version 1.1.0:

  • Java array support (arrays like 'int[]')
  • Static native methods registration
  • LocalReferenceFrame - class to automatically free local references
  • Java string utility function (transformations from and to std::string)
  • Removed 'this' pointer from 'JavaObjectWrapper' class constructor
  • Reworked custom java classes internal representation
  • Reworked type deduction system
  • Reworked file structure
  • Renamed to 'JNIHelper'

===> Version 1.0.1:

  • JavaObjectWrapper class

===> Version 1.0.0:

  • Basic functionality to call java methods from C++
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated4mo ago
Forks4

Languages

C++

Security Score

67/100

Audited on Dec 1, 2025

No findings