Syphius
2009-Dec-14 14:36 UTC
[Wine] FlexBuilder plugin (JAVA) with native windows dll calling
Hi, I'm developping an Adobe FlexBuilder plugin (it's an Eclipse plugin). This plugin is written in Java. But it use windows dlls that was created for some features of the plugin. And I try to port my plugin on MacOSX. I've one question about wine : - In java I use System.LoadLibrary to load my dlls, does Wine can help me for loading theses dlls under MacOSX? Does wine can map these dlls for java? Thanks in advance, Syphius[/list]
vitamin
2009-Dec-14 15:02 UTC
[Wine] Re: FlexBuilder plugin (JAVA) with native windows dll calling
Syphius wrote:> This plugin is written in Java. But it use windows dlls that was created for some features of the plugin. > > I've one question about wine : > - In java I use System.LoadLibrary to load my dlls, does Wine can help me for loading theses dlls under MacOSX? Does wine can map these dlls for java?Yes and yes. However it will have to be windows version of java. Which makes absolutely no sense if you developing something in Java. Do not make any "cross platform" programs that rely on specific system's library.