Link to home
Start Free TrialLog in
Avatar of Rushii
Rushii

asked on

Is it possible to call .dll from Java on Linux?

I have a dll that I was calling from C# on Windows. Now I want to call this dll from Java on Linux. Is this possible and how? I am not considering Windows virtual box option, Wine or Mono
Avatar of packratt_jk
packratt_jk
Flag of United States of America image

Dll's are specific to windows.  AFAIK, there is no way to do that without wine.
Avatar of Rushii
Rushii

ASKER

Thanks packratt,
Can you refer me to a source that addresses this issue or please provide brief explanation as to why dll is specific to windows.
http://en.wikipedia.org/wiki/Dynamic-link_libraryhttp://en.wikipedia.org/wiki/Dynamic-link_library

quote: "...DLL, is Microsoft's implementation of the shared library concept..."

Dynamic shared object files on linux are .so files
ASKER CERTIFIED SOLUTION
Avatar of packratt_jk
packratt_jk
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial