Remove Clasess #29
Ministerico
started this conversation in
General
Replies: 2 comments 2 replies
-
You mean to unload the class from the classloader? |
Beta Was this translation helpful? Give feedback.
1 reply
-
In Java you cannot unload a class from a classloader once it has been loaded. You can use a temporary classLoader on which you can load the generated classed by calling the method |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
How can I delete a class created with the loadOrBuildAndDefine method from a ClassFactory?
Beta Was this translation helpful? Give feedback.
All reactions