>> There is any way to change the value of CLASSPATH dynamicaly. The Default Classloader doesn't expose a method that allows it to be manipulated. However you can accomplish this by building your own Classloader that incorporates the functionality. There's an excellent reference classloader in the Java Beans Development Kit (BDK) available at <www.java.sun.com/beans>
- Dynamic modification of CLASSPATH Domingo Pinya
- Re: Dynamic modification of CLASSPATH Richy Gao
- Re: Dynamic modification of CLASSPATH peter . pilgrim
- Re: Dynamic modification of CLASSPATH Kenny Freeman
- Re: Dynamic modification of CLASSPATH Will Wood
- Re: Dynamic modification of CLASSPATH peter . pilgrim