How to add a folder to java build path as library, having multiple jars or entries in it ?
- by yuvraj
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.