Calling Windows DLL on Linux using Java?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fgarsombke
Newbie
Newbie
Posts: 2
Joined: Tue Mar 04, 2008 3:19 pm

Calling Windows DLL on Linux using Java?

Post by fgarsombke »

I need to call a Windows DLL on Linux using Java.

How can this be done using WINE?

Thanks in Advance.
Dan Kegel

Calling Windows DLL on Linux using Java?

Post by Dan Kegel »

On Tue, Mar 4, 2008 at 1:01 PM, fgarsombke <[email protected]> wrote:
I need to call a Windows DLL on Linux using Java.

How can this be done using WINE?
Run the Windows version of Java on Wine.
- Dan
fgarsombke
Newbie
Newbie
Posts: 2
Joined: Tue Mar 04, 2008 3:19 pm

Post by fgarsombke »

Thanks Dan. I'm guessing there is no way to wrap a dll in some sort of so object?

Thanks for your help.

Franz
Dan Kegel

Calling Windows DLL on Linux using Java?

Post by Dan Kegel »

On Tue, Mar 4, 2008 at 1:37 PM, fgarsombke <[email protected]> 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
Locked