logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

f2java - produce java source and java class from Fortran file

Author

       Man page by Olivier Sallou <olivier.sallou@irisa.fr> f2java project by Keith Seymour <seymour@cs.utk.edu>

version 0.8.1                                   January 24, 2012                                       f2java(1)

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.

Name

       f2java - produce java source and java class from Fortran file

Synopsis

f2javafilefileFortranfiletotransform

See Also