| Author |
classpath to jar files in a folder
|
Thomas Greene
Ranch Hand
Joined: Aug 09, 2004
Posts: 125
|
|
|
There are a few jar files in a folder. If i set classpath to the folder will all the jar files be accessible. Or do i have to set the classpath to each jar file seperately.
|
 |
smitha verghese
Ranch Hand
Joined: Jun 21, 2003
Posts: 42
|
|
|
set the classpath for all the jar files as it should refer to the jar file only.
|
 |
Joel Naten
Greenhorn
Joined: Aug 07, 2004
Posts: 5
|
|
|
Or you can create dynamic classloaders to pull in all the jar files from a directory.
|
<a href="http://www.blogeasy.com/" target="_blank" rel="nofollow">Free Blog</a> | <a href="http://www.blogeasy.com/" target="_blank" rel="nofollow">Free Blog Site</a>
|
 |
 |
|
|
subject: classpath to jar files in a folder
|
|
|