There was a small question about accessing Java from C #. Specifically interested in how to push the JVM from under C #, and even the conversion from the screw to the java. About Java -> C # found a small article on Habré ( tyts ), but frankly I didn’t understand anything about calls from under C # to Java code. xD
In the same place, on Habré, I found an article on accessing Java from crosses ( tyts ) and the article is quite interesting (for it implies the creation of a "glue" library, yes). But, I did not find anything anywhere (maybe I was looking badly, of course), it’s like using C # using the same JNI (or not, I’m just not aware of other methods) to run the JVM and send the program written in Java to work. Plus, of course, while the code is running, I need to somehow interact with it from the C # code (in general, generally C # <-> Java).
Throw, please, articles about this. Ideally - step by step instructions. Quite ideally - with explanations for each step. Thank you very much in advance.