Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Reuse of JDT Java compiler

All,

How safe is it to build my own compiler for a Java-like programming language
on top of the JDT Java compiler given that most of its implementation is in
an internal package? Is the implementation of generics expected to trigger
major changes to the internal data structures?

Last but not least, is my reading of the Eclipse license correct in the
sense that I am allowed to do this and ship my product including the,
possibly modified JDT compiler, as a commercial product?

Regards,

Martin


 





Back to the top