Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Adding library support
Adding library support [message #136705] Fri, 23 January 2004 05:31
Eclipse UserFriend
Someone said: 'we need to support libraries in Eclipse'. Great idea! But
before starting, we would need some feedback from the community on the
direction we should take.

So here are a set of initial questions with possible answers. Use cases for
these would be greatly appreciated.

1. What is a library?
- The simple definition is 'a set of jars'.
- A more advanced definition is 'a set of jars and binary folders'
- Even more advanced: 'a set of jars, binary folders and other libraries'

2. Can a library be dynamically updated? Or is it statically defined?

3. Can a library be shared?
- in a workspace: you define 1 library in the workspace and share it across
projects
- in a team: one member defines a library and then check it in a repository
so that other team members can check it out

4. How do we represent libraries in the Java model?
- Using projects: the classpath of a project defines the set of jars (or
more) that make the library
- Using classpath containers: the JRE System Library is an example of a
library

We would appreciate your feedback on these issues. Please add your comments
to <https://bugs.eclipse.org/bugs/show_bug.cgi?id=50461>.

Thanks,
Jerome
Previous Topic:Cant start Eclipse on Mandrake
Next Topic:Inherit Javadoc from sources outside own project fails
Goto Forum:
  


Current Time: Wed May 07 22:00:05 EDT 2025

Powered by FUDForum. Page generated in 0.07036 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top