If I have a .jar file with a compiled scala method, is there any way to call it from a C/C++ dll ? How can I do this? I have only been able to find infos on the opposite.
Asked
Active
Viewed 783 times
1 Answers
3
A Scala program (once compiled) is a Java class. So follow this suggestion: How to access the Java method in a C++ application

Community
- 1
- 1

radumanolescu
- 4,059
- 2
- 31
- 44