Changing code at runtime in java

Is there a way to change java code at runtime? I need to read a java file from jar, change the code, recompile it and put it in a jar. All this must be done at runtime. Part i dont knwo is how to read a java file as a java file from a jar file and change the code

0
source share

All Articles