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

Hi,
Thanks for your responses.
I am not writing any plugins. It is just a plain java program.
I tried put the dll file under org.eclipse.swt.win32 but it failed.
The -Djava.library.path didn't work either.
Any suggestions will be appreciated.
Wai

user@xxxxxxxxxxxxxx wrote:

> 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
> >