Hi,
I am struck in accessing c functions from java.
I have .lib file and 5 dll files which are interdependent.
I need to access the c functions in java.
Please help me. i have no idea on this.
Thank You,
Sagar
Hi,
I am struck in accessing c functions from java.
I have .lib file and 5 dll files which are interdependent.
I need to access the c functions in java.
Please help me. i have no idea on this.
Thank You,
Sagar
just a thought..
why dont u write the same logic in java that you want from C. and also if you want to execute some low level or system level stuff that java is not capable of. just create the exe file that does the functionality you want in C and call it from java..and i hope you know how to call it..if not go through api Runtime class
Our customer has provided the .lib and .dll files which i need to access in java.
So Please help.
Sagar
You could try JNI. Here's a decent-looking tutorial:
http://www.codeproject.com/Articles/2876/JNI-Basics-1
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.