[EMAIL PROTECTED] writes:

> Can one dynamically modified the CLASSPATH within Java and to create an 
> application that loads classes from a modified class path?

Yes, you can write your own classloader to extend the loading process
dynamically. I.e. to load classes from a dir. not in your current
CLASSPATH.

Have a look at:

http://www.javaworld.com/javaworld/jw-01-1999/jw-01-techniques.html

-- 
Jan-Henrik Haukeland


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to