Add new comment

Include .dll files on generated .exe

Hi,

I would like to know if it there is some methods to include .dll files which do not appear in JRE/bin folder (ex. rxtxSerial.dll). I tried to include a .zip which contains the .dll file but using NetBeans (the IDE which help me to develop my Java application) but my .exe does not work without rxtxSerial.dll put on the same folder. Can I resolve this problem with J2E? Or with NetBeans?

Thanks in advance.

NG