This is an Eclipse plugin that allows creating a dynamic Classpath Container that observes a folder and loads all .jar (or .zip etc) files into the classpath.
thomas-joiner/SimpleDirectoryContainer_EclipsePlugin
new_suffixes
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
This is an Eclipse plugin that allows creating a dynamic Classpath Container that observes a folder and loads all .jar (or .zip etc) files into the classpath. It is an evolution of original code I got from here: https://www.ibm.com/developerworks/opensource/tutorials/os-eclipse-classpath/ Thus it originates from Aaron Tarter (aarontar@us.ibm.com). The primary modification I made (besides renaming things to no longer say 'example') was making it handle filenames that had multiple dots (such as com.company.library.name.v2.jar). The binary in downloads on GitHub just needs to be dropped into the eclipse /plugins/ folder and it will then allow adding a "Directory Container" library to the Java Build Path. https://github.com/downloads/benjchristensen/SimpleDirectoryContainer_EclipsePlugin/DirectoryClasspathContainer_1.0.0_EclipsePlugin.jar I created this jar by exporting a "Deployable plug-ins and fragments" from Eclipse at the project level. Hope it helps someone other than me.
About
This is an Eclipse plugin that allows creating a dynamic Classpath Container that observes a folder and loads all .jar (or .zip etc) files into the classpath.
Resources
Stars
Watchers
Forks
Releases
Packages 0
Languages
- Java 96.1%
- Perl 3.9%