0

Can You connect c++ to your Java?

19th Sep 2022, 11:29 AM
lester lopez
lester lopez - avatar
2 odpowiedzi
+ 2
Yes ... You can load Dll with java Or use JNI with c++... thera lots of ways but this is most common and simplest way...
19th Sep 2022, 12:36 PM
Prashanth Kumar
Prashanth Kumar - avatar
+ 1
To do this the modern way, you should check out polyglot programming with GraalVM. https://www.graalvm.org/22.0/reference-manual/polyglot-programming/
19th Sep 2022, 8:22 PM
Tibor Santa
Tibor Santa - avatar