Click here to Skip to main content
15,885,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello to all members.
i am working on java language which is fantastic one,
but I am having problem.
Can any one tell me how can i make use of .dll files in java.
I know .dll files can work with exe only,
but its better if worked well with java based applications...
Thaks if you help me out in this:confused:...
Posted

You cannot use most dll files directly from Java but need to use either the JNI[^] or JNA[^] interfaces.
 
Share this answer
 
It's good to know that you are learning new language and you found it interesting. I would suggest you to buy a book or read online about the same before moving too much into the development.

learning Java for Beginners![^]
This will help you in understanding and learning more about Java. Simple things like what you are asking here will get automatically answered. :thumbsup:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900