Hi everyone,
I am trying to compile some java codes from a .java file that i had saved to disk. Basically i am trying to build my own ide. I have a text area in which the java code is in and also have two buttons. What i need is when i click the button the .java file on my disk is compiled and any errors are shown in the textarea
For the second button when i click it(if compilation is successfull) for the .java that has been compiled to be run.
Does anyone know how to compile and run a java program from a program?
I hope someone can help or show me some codings on how this can be achieved.
Any amount of help is greatly appreciated
Thank You
Yours Sincerely
Richard West