That may sound stupid. But is it at all possible? I was thinking about creating a program that would allow someone to code inside it, and then run the code to test the output. To do this of course, I need to be able to compile and run Java from within Java. Thanks in advance.
Share
JDK6 added a compiler tools api
That should do what you want.