R
rwfields
The nearest thing I can figure is to create a manifest of all classes
available. This solution obviously has its drawbacks, as the list
would have to be maintained by hand.
Why would I do such a thing? The idea I am pursuing is a genetic
programming study. There is a code generator that selects function
calls (from available classes) randomly to create organisms. I cannot
do this unless I know which functions are available. Any suggestions
would be well received. My original post follows:
---
Is there a way to determine which classes are available for loading in
the ClassLoader? I have created a custom class loader that derives
from the system ClassLoader. I have no problem querying which Packages
are available, but cannot seem to find which classes are available.
Any suggestions?
Thanks,
Randall
available. This solution obviously has its drawbacks, as the list
would have to be maintained by hand.
Why would I do such a thing? The idea I am pursuing is a genetic
programming study. There is a code generator that selects function
calls (from available classes) randomly to create organisms. I cannot
do this unless I know which functions are available. Any suggestions
would be well received. My original post follows:
---
Is there a way to determine which classes are available for loading in
the ClassLoader? I have created a custom class loader that derives
from the system ClassLoader. I have no problem querying which Packages
are available, but cannot seem to find which classes are available.
Any suggestions?
Thanks,
Randall