Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] New build paradigms

>
> I have some questions and some comments. Questions first. How does the JDT
> interface with the java compiler? What is the difference between the
builds
> that the JDT does unprompted vs. the builds it does when you save vs the
> builds it does when select rebuild all?
>

The JDT actually is a java compiler, it doesn't rely on any external tools.
The whole manner in which things are "built" in Eclipse is biased towards
the fact that the JDT has it's own built-in, incremental java compiler.


    chris



Back to the top