Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] getting started

> Is there documentation on how to build just the JDT (or JDT core)? 
> I'm sorry for being blind to them if links are readily apparent, but
> my search for such newbie information has not been fruitful.
If you load jdt/core from HEAD, in the scripts folder, you can find a 
script called export-plugin.
Run it and then patch your installation with the generated files.

If you change the grammar, then refer to:
 
http://www.eclipse.org/jdt/core/howto/generate%20parser/generateParser.html
in order to regenerate the parser tables.
--
Olivier


Back to the top