Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to add dll file into my project. But i don't know where and how to add my dll in NetBeans anyone please help me..

share|improve this question

2 Answers

up vote 4 down vote accepted

it may help you see the example >>>

http://wiki.netbeans.org/SlickSet

share|improve this answer
@moon Thanks for your link. I got the answer from this link. Very thanks. – Samurai Apr 13 '10 at 8:12

We have to add our dll file into working directory then the dll will automatically taken by the NetBeans. Thanks to @moon.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.