boppanavr

Greenhorn
+ Follow
since May 10, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by boppanavr

I am having an application of web enabling the
fortran programs..
This is like providing the user interface to enter
the required input's which will built a file as an input
file with .dat extension.. this file i should send
to fortran from java by calling the fortran program
using Runtime class..
here my case of invoking a fortran exe is some thing
like we will call the exe then the exe while
executing will prompt a message to enter the input file name..
in this case how i can give the input file to the
fortran program from java..
can anyone help me with a sample code for this..
like
d:\>sample (is an exe file of fortran)..
this while executing it will ask you to enter the
input file name..
Please enter the file name:

-------------
so please help me how to comeup with this sort of
application in java...
Thanks in advance
Bv
22 years ago