The Artima Developer Community
Sponsored Link

Legacy Design Forum
Designing with Runtime Class Information

Advertisement

Advertisement

This page contains an archived post to the Design Forum (formerly called the Flexible Java Forum) made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

How can I change classpath at runtime?

Posted by Denis Navitaniuk on September 29, 2000 at 4:58 AM

How can I change classpath at runtime?

System.setProperty("java.class.path","%x%"); is executed,
System.getProperty("java.class.path"); shows new classpath, but
Class.forName("some.class.that.is.in.%x%");
throws an exception.



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us