[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] Re: DLL file placement
|
- From: user@xxxxxxxxxxxxxx
- Date: Wed, 21 Jul 2004 09:15:16 +0200
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
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