Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Partly answered my own question

At 12:00 PM 1/12/2003 -0500, you wrote:
2) is there a way to add a Java package folder (i.e. an expanded JAR) to a
Java Build Path Library list?

If I have this folder in my system classpath, then Eclipse can find it.

Now I wonder if I have duplicate references - say to an office network JAR (in the Eclipse Java Build Path Library), and to a local JAR (in my System classpath on my notebook hard disk) -- which JAR is searched first? I'd think the Build Path entry.

Maybe that seems a bit of a silly question. Perhaps I need to work out an Ant build file to use the network if I'm connected at the office, and my local drive if I'm not, and to keep them synchronized when I bring my notebook in from working at home. Now that I think about it, I should check out the files from the office CVS repository before working with them. I'm new to Ant and CVS too...

Pardon my babbling.

Bruce




Back to the top