how do i recompile a class while running the program. Considering i don't use nothing from that class in my running program...
please i know how to make a java program, but how do i call the JVM to compile a new class while in a program?
is it posible?