On Thu, 16 Mar 2006 12:25:01 -0500, Hal Vaughan
<hal@thresholddigital.com> wrote, quoted or indirectly quoted someone
who said :
>I will soon need to access classes that will be on different CD-ROMs and
>often will not be available when I start a Java program. The different
>CD-ROMs will have different directory structures on them. How can my Java
>program access classes on those CDs when the classes will not be in any
>directories listed in the classpath?
see http://mindprod.com/jgloss/classloader.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Hal Vaughan - 16 Mar 2006 19:55 GMT
> On Thu, 16 Mar 2006 12:25:01 -0500, Hal Vaughan
> <hal@thresholddigital.com> wrote, quoted or indirectly quoted someone
[quoted text clipped - 7 lines]
>
> see http://mindprod.com/jgloss/classloader.html
Thanks!
Especially for a name for what I'm trying to do. One of the hardest things
about self-learning on something like this is knowing there is something
you want to do and not knowing the name for it.
And, while I'm at it, your site has been a significant help to me a number
of times. Thanks for all the time and work you've put into it!
Hal