[Wine] Calling Windows DLL on Linux using Java?

Dan Kegel dank at kegel.com
Tue Mar 4 15:44:15 CST 2008


On Tue, Mar 4, 2008 at 1:37 PM, fgarsombke <wineforum-user at winehq.org> wrote:
> Thanks Dan. I'm guessing there is no way to wrap a dll in some sort of so object?

It's not easy, and you should avoid trying to do it directly for now.

If you don't want to run the Java app in Wine,
you could write a little windows app to talk to the Java one
over a socket.
- Dan



More information about the wine-users mailing list