Computing.Net > Forums > Programming > calling c functions from java

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

calling c functions from java

Reply to Message Icon

Name: Ronen
Date: August 15, 2002 at 04:41:05 Pacific
Comment:

i need to call from my java program to c functions that get
c structs as a parameters in their prototype.
as you probablly know java is not working with structs (classes only), so my question is how can i do it , i mean call the c functions that gets structs as parameters form java????



Sponsored Link
Ads by Google

Response Number 1
Name: cup
Date: August 15, 2002 at 06:11:51 Pacific
Reply:

Have a look at http://www.math.ucla.edu/~anderson/JAVAclass/JavaInterface/JavaInterface.html#Process


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: calling c functions from java

Calling DLL function from C++ www.computing.net/answers/programming/calling-dll-function-from-c/17559.html

Calling C++ from ASM www.computing.net/answers/programming/calling-c-from-asm/402.html

Invoke python function from java www.computing.net/answers/programming/invoke-python-function-from-java/17911.html