1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
.TH f2java 1 "January 24, 2012" "version 0.8.1" "USER COMMANDS"
.SH NAME
f2java - produce java source and java class from Fortran file
.SH SYNOPSIS
.B f2java file
.I file Fortran file to transform
.SH DESCRIPTION
If you translate a Fortran file with "f2java test.f", it will produce one class file and one Java source file for each program unit.
We end up with several generated files: .java, .class.
Before attempting to run the code, make sure that the org.netlib.util package (contained in f2jutil.jar) is in your CLASSPATH.
.SH AUTHOR
Man page by Olivier Sallou <olivier.sallou@irisa.fr>
f2java project by Keith Seymour <seymour@cs.utk.edu>
|