I was considering making a program that includes using the javac tool, as well as the
java command line tool, in the GUI as a critical part. As an example I would site an
IDE like NetBeans, which can compile your files as well as run a "mini" command line in the bottom of the window when you run your program.
How would I go about using javac to compile files in my program, and how would I go about displaying the command line output of the java tool in a textarea in my program? Any leads, however small, would be much appreciated!!!
Thanks!