I search to make a binding beteewn a Java Process and a C# Process. My last idea is : compile a java process into a .exe, in order to directly launch it from the c# process without pass by java.exe
Is it possible? if yes, could you help me a little please?
Have a good day
edit : this topic is not an answer to my question, because if i wanted use process, it's because i want that c# process run java process