Generate C++ class wrappers to call Java methods/objects https://www.scilab.org/software/other/giws
Go to file
2024-01-05 23:05:24 +01:00
giws.spec update to 2.0.2 [release 2.0.2-1mamba;Sat Nov 06 2021] 2024-01-05 23:05:24 +01:00
README.md rebuilt with python 2.7 [release 1.2.1-2mamba;Sat Aug 03 2013] 2024-01-05 23:05:23 +01:00

giws

Giws is basically doing the same stuff as SWIG but the opposite. Calling Java from C/C++ can be tricky: JNI calls are complicated especially when dealing with non primivite types or arrays, performance issues must be kept in mind all the time, the code can be redundant (checking exceptions, checking returns of operations...). Giws hides this complexity through a C++ class which wraps the Java class.