R
rexguo
Hi!
For those of you who have implemented
custom class loaders for plug-in purposes,
what are your strategies for handling
the class paths required by those
classes that the class loader is loading?
If the class loader does not know how
to search class paths, it will fall
back to the system class loader which
uses the app's class path. This method
obviously defeats the purpose because
one will then need to know in advance the
plug-ins' required class paths before
launching the app.
Any suggestions appreciated!
..rex
For those of you who have implemented
custom class loaders for plug-in purposes,
what are your strategies for handling
the class paths required by those
classes that the class loader is loading?
If the class loader does not know how
to search class paths, it will fall
back to the system class loader which
uses the app's class path. This method
obviously defeats the purpose because
one will then need to know in advance the
plug-ins' required class paths before
launching the app.
Any suggestions appreciated!
..rex