[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: jdt.core.dom

javed wrote:
hi,
i want to use the org.eclipse.jdt.core.dom package.i have downloaded the
jdt core plugin from elipse.org but it does not include dom package.what
should i do to use jdt.core.dom package for constructing ASTs.

Yes, you can.

I'm doing that now.

Simply include the following jar files in your build path.

org.eclipse.core.contenttype.jar
org.eclipse.core.jobs.jar
org.eclipse.core.resources.jar
org.eclipse.runtime.jar
org.eclipse.equinox.common.jar
org.eclipse.equinox.preferences.jar
org.eclipse.jdt.core.jar
org.eclipse.osgi.jar