The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
April 2000

Advertisement

Advertisement

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

Message:

to set classpath dynammically

Posted by Prashanth on April 11, 2000 at 2:15 PM

hi,
Try using System class, There are methods like setproperty/getproperty etc... u can retrieve a class path using getproperty(java.class.path), so my guess is u can set the path using setproperty, check this out... only problem u may face is regarding permissions

> In one of my applications, I am trying to create folders at runtime
> and copy some .class files into these folders. folders are
> dynamically created with dynamic names. I want to include
> these folders in the classpath at runtime. How do i achieve this?






Replies:

Sponsored Links



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