Sponsored Link •
|
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:
Hi Is there a way to dynamically set the import statement to a folder which is not added in the classpath?? Thank you, > We tried setting the classpath with setproperty method. The result was that when we checked the resulting classpath with getproperty method, it seemed that the classpath was updated ok. But when trying to use the classes via the new classpath in the same application, the classes were not found. It seems that the java virtual machine does read the class.path system property only upon jvm startup. > Matti > > > > In one of my applications, I am trying to create folders at runtime
Replies: |
Sponsored Links
|