Convert .java to .class within a java program
I have several .java files created during runtime. I want to use those
created .java files as classes in my program. How may I do this, without
starting the program a second time ? So I want to compile the .java files
during runtime and use the new .class files from now on...
No comments:
Post a Comment