[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: DLL file placement

Hi,

I think you can place such dlls in your plugin under

os/win32/x86

then the eclipse will find it. Thats for example the way
the org.eclipse.swt.win32 plugin does it.

Regards,

Oeter


wai wrote:
I am trying to use the javax.comm package within Eclipse.
I need to place a win32com.dll file in windows system directory for the
Java API to use it. The program ran fine in windows console mode. I run the same programs within Eclipse but the program failed.
I suspect Eclipse cannot locate the .dll file. Where do you place this kind of files within Eclipse?
Thanks,
Wai