Could you tell me, please, how can I insert a java module / source code into a C # application? For example, I have some logic written in Java, and this logic uses some third-party libraries that can only be found on the Java platform. And I have the main host logic written in C #. It will be very cool if I can register callbacks from java in C #.
Many thanks!!!
source
share