File: f2java.1

package info (click to toggle)
f2j 0.8.1-2
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,648 kB
  • ctags: 3,413
  • sloc: ansic: 21,114; java: 5,874; yacc: 3,804; makefile: 178; sh: 153
file content (14 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (6)
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>