I recently wrote a program with MS Visual Studio C++, sent it off to the
client where it didn't run, after some probing I discover they are on a Mac!
My program is a MSF interface that is really only 2 File buttons with
corresponding text fields. The actual guts of the program is a C file that
accepts 2 file names as arguments and reads from one file, manipulates the
string and writes it to another file. Java and C syntax are very similar.
Does anyone know of a simple and free (or trial) java compiler and interface
builder they could recommend? Can Java do this job e.g. read and write files
and let me program and compile it on my PC and then be run on the clients
Mac? Any other thoughts or suggestions on this before I go ahead with it?
client where it didn't run, after some probing I discover they are on a Mac!
My program is a MSF interface that is really only 2 File buttons with
corresponding text fields. The actual guts of the program is a C file that
accepts 2 file names as arguments and reads from one file, manipulates the
string and writes it to another file. Java and C syntax are very similar.
Does anyone know of a simple and free (or trial) java compiler and interface
builder they could recommend? Can Java do this job e.g. read and write files
and let me program and compile it on my PC and then be run on the clients
Mac? Any other thoughts or suggestions on this before I go ahead with it?
Comment