Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] JSDT in custom Eclipse RCP application

Hi,

Yes, it is possible to include any Eclipse module into an RCP app. The entire Eclipse Platform model is built on this principle.
Just start a regular RCP application, and add into it the features you want from JSDT (and their dependencies) and that would work.

Back to the top