| Can Java program evoke and run a FORTRAN program directly? |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.fortran · Group Profile
Author: ShawnShawn Date: Dec 6, 2006 09:41
Hi,
I have a Java program. In order to use an existing FORTRAN program for
doing some computation, I hope I can evoke and run the FORTRAN program
from my Java program.
Somebody has told me that Java has to call a C program, which calls the
FORTRAN program. I am wondering if there is some better ways to do it.
Thank you very much.
|