I will talk about my situation and I hope that you can advise if what I want to do is possible.
I have an existing Java application that I want to break into modules. To process and manage these modules, I am going to write a module manager in C # .net. Due to the size of the existing program, most of the existing modules will not yet be overwritten in .net and will remain in the form of java modules.
Is it possible to call a java module, pass its parameters and return a java module (other than int)?
I apologize for the fact that I know little about this area.
Yours faithfully
Ash
source
share