(NEED YOUR HELP) FOR Dynamic code ⁉️ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

(NEED YOUR HELP) FOR Dynamic code ⁉️

how to build self generating java application to dynamically create & modify classes...... how runtime complication can be achieved ? HELP 🙄 is there any IDE exist ?? 🤔🤔🤔

4th Jan 2017, 5:30 AM
Pankaj Devesh
Pankaj Devesh - avatar
1 Answer
+ 1
You can look into HotSwap. Intellij uses it to modify class files when the application is debugged and it identifies a code change. Otherwise u might need to figure something like this, Modify file, Compile file, Remove existing file from JVM, Load new class file in JVM.
4th Jan 2017, 4:39 PM
Abhilash Kumar Vedwan
Abhilash Kumar Vedwan - avatar