I just wonder if WINE can open Windows Application under Linux? I have a Windows standalone application which reads some files, runs its own algorithm, and writes results into some files.
If the answer is yes, do you have to have WINE open under Linux and open Windows standalone through WINE like codeweavers?
My ultimate question is this: I have an algorithm coded in Java, at the moment my algorithm repeatedly calls the Windows standalone. If I run my java program under Linux, is it possible to call a Windows application and run it normally with the help of WINE?
I'm not a computer science graduate and I have limited IT knowledge. I appreciate any help and suggestion. Cheers!