>>  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>

Reply via email to