Link to home
Start Free TrialLog in
Avatar of gongjun
gongjun

asked on

Call Fortran method from Java

I have some functions develped by Fortran, but now i want to call it from Java, how to do it?
would u like to give me some examples!
thanks for ur help!
Avatar of Igor Bazarny
Igor Bazarny
Flag of Switzerland image

Hi,

I guess you need a bit of C in the middle. Declare native method in java code and in it's native implementation call your fortran function.

Regards,
Igor Bazarny
ASKER CERTIFIED SOLUTION
Avatar of nir2002
nir2002

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial