[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: Request about Importing Java Compiler

Moutaz wrote:

Hii all..

I am a new to eclipse tool, i am developing an RCP application, this application is like a SDK (Software Development Kit), i am now need to add the Compilation Unit of the eclipse to my application...

To be more clear, i want to have an editor for my application and a Compilation Unit also that build .class files like the eclipse tools.

Mmh - so why don't you simply extend the SDK (or just JDT is you don't want/need PDE tooling)? You might be able to add the compiler (org.eclipse.jdt.core) but there's no way to only add the Java editor without all the other JDT UI related functionality.


Dani


Is there any method that i can import or extend the jdt of the eclipse tool..


thanks in advance

Moutaz