-1

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!

assylias
  • 321,522
  • 82
  • 660
  • 783
sotonLoon
  • 73
  • 1
  • 1
  • 8

1 Answers1

1

Of course, wine can make windows programs to run on linux. But if you are calling a stand alone windows program, I think it is not possible. Because, the paths , i mean directories are different and all the programs come in the package are different with windows and linux. Isn't it?

srand9
  • 337
  • 1
  • 6
  • 20