JavaCPP question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

JavaCPP question

I am trying to learn how to use the JavaCPP library and I've been unable to figure this out: I have Clang/LLVM installed but I can't find it how to tell JavaCPP to use the Clang compiler when it is building my project.

20th Oct 2020, 5:14 PM
none
none - avatar
1 Answer
+ 2
It's also settable via system properties, something like -Dorg.bytedeco.javacpp.platform.compiler=gcc-9.
27th Oct 2020, 10:48 PM
Marouen Slimani
Marouen Slimani - avatar