i want to code a frontend for a fortran-application with java, since fortran has no gui-support as far as i know. ( japi does not seem to work with ifort, correct me on this one )
I want to build the gui with netbeans and then simply send the commands to a fortran commandline program in the background. Any advice on how to remote control a commandline application from java?
cheers, David