hi frnds,
i am a new member of this group.
i am facing a problem while using eclipse. my eclipse version is 3.1.
my question is how to configure eclipse so that it can detect the external jars while compiling some program?
if u know , please suggest me .

thanks in advance to all of u.

regrads,
java_programmer

Recommended Answers

All 3 Replies

project properties->build path->add external jar
or something like that.

hi ,
i have done as per ur suggestion.
i kept all the jars in a folder and pointed the external jars to this folder.
but still eclipse can't detect the jars.

you need to include each jar individually, just like when using the commandline.

That's how it always works in Java, jars ARE directories on your classpath.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.