Hi all,
Please I need some help to choose the best way to integrate a main project in JAVA with a program write in C#, this is the situation :
The main JAVA project is an interface and it will capture an image from a microscope......I will manipulate this image in the C# program ( filters) and then return the manipulated image.
The methods that i found to integrate : JNI/JNA/WEBSERVICE
It will work in a LINUX system so another point is what is the best way to go? Try integrate or convert both programs to C++ language (since to use C# we need use MONO and i dont know the compatibility issues that will happen)