Fortran subroutine call from Java

I have a huge Fortran subroutine that I need to use in a Java program. How can I call it? I am using ubuntu 10.04.

+5
source share
2 answers

Take a look at this document , which details the process of integrating native code (fortran / c) with Java. The result, of course, will be platform dependent.

+4
source

, @extraneon , - , Fortran Java-. , , C, Fortran 2003 . , Fortran JNI, C. C.

C, , .

EDIT: : Fortran , Java, Java Fortran, . Java , Fortran. . kludge, , , , JNI. , , JNI ..

+4

All Articles