aspose file tools
The moose likes Java in General and the fly likes classpath to jar files in a folder Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "classpath to jar files in a folder" Watch "classpath to jar files in a folder" New topic
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>
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: classpath to jar files in a folder
 
Similar Threads
how to define jars in classpath
classpath and path
whether connection pool will available at the time of starting the server
Reading DICOM Images
Spring 3.0.6 classpath issue.