How to add a folder to java build path as library, having multiple jars or entries in it ?
Posted
by yuvraj
on Stack Overflow
See other posts from Stack Overflow
or by yuvraj
Published on 2009-08-16T14:56:55Z
Indexed on
2010/05/31
15:03 UTC
Read the original article
Hit count: 182
eclipse
|eclipse-plugin
First I want to say lots of thanks to "Rich seller" to solving my query for changing the entry order in eclipse java build path programatically.
I want to add my Library folder to java build path which has several jars in it. It should behave like a classpath container. I tried with IClasspathContainer but failed to implement.
Please help me....
Thanks in advance.
YUVRAJ.
© Stack Overflow or respective owner