I'm helping a friend of mine with his thesis (An OS algo simulation) and since we're out of time (Due on March) I'm making the demos in FreeBasic that could be called from Java using a "shell" subtitute.
Shell runs an EXE file and returns the control to the caller after the shelled program terminates.
Is there a way to shell in Java?
Thanks!!!