We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Thanks to GIWS, you can call a Java application from C++ just like that (it is C++ code):
MyComplexClass *testOfMyClass = new MyComplexClass(jvm);
cout << "My Computation : " << testOfMyClass.myVeryComplexComputation(1.2,80) << endl;
GIWS can:
Manage all Java primitive types
Manage Java String
Manage array of primitive types and strings
Manage array of array of primitive types and strings
Throws exception (or not) in case of error
Others things
See the tutorial for more information