Using JDT outside the eclipse platform [message #198164] |
Thu, 10 March 2005 01:07 |
Eclipse User |
|
|
|
Originally posted by: ori_calvo.hotmail.com
Hello All,
I am trying to write a simple application which analyzes a Java source code
file. I know that the eclipse platform already implements this kind of
functionality (for example the Package Explorer viewer). In the JDT Core
classes there is package called org.eclipse.jdt.core.dom which seems to be
the right thing for me (is it?).
1) Does any of the binaries provided by the JDT Core plugins can be used
outside of the eclipse platform (used by a simple java application which is
not an eclipse plugin) ?
2) If the above is possible than where can I find any documentation about
how to re-use the JDT source code in order to implement a java source code
simple analyzer?
Thanks, Ori
|
|
|
Re: Using JDT outside the eclipse platform [message #198172 is a reply to message #198164] |
Thu, 10 March 2005 03:10 |
Eclipse User |
|
|
|
Originally posted by: olivier_thomannNOSPAM.ca.ibm.com
Ori Calvo a écrit :
> 1) Does any of the binaries provided by the JDT Core plugins can be used
> outside of the eclipse platform (used by a simple java application which is
> not an eclipse plugin) ?
No, this doesn't work. You can however use JDT inside a RCP application.
The JDT/Core plugin needs to be initialized to access preferences.
A headless eclipse workbench could also be a solution.
--
Olivier
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02972 seconds