| [news.eclipse.tools.jdt] Re: Programatically change java build path |
Are there (non-internal) APIs available to programatically change the java build path on a java project? In particular, I am looking to remove some source entries on the build path, as well as add an exclusion directory on an existing source directory.Look at the API on org.eclipse.jdt.core.IJavaProject. Search for the methods that can change or get the classpath values.