Skip to content

thomas-joiner/SimpleDirectoryContainer_EclipsePlugin

new_suffixes
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 3 commits ahead of benjchristensen:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
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

No releases published

Packages

No packages published

Languages

  • Java 96.1%
  • Perl 3.9%