Reputation: 18228
I am looking for working examples of Oracle's Java Compiler API usage. I want to build something close to javac
to customize/extend errors logging capabilities.
Upvotes: 1
Views: 507
Reputation: 168815
See the STBC (the SSCCE Text Based Compiler). The source is available in stbc.zip
.
Upvotes: 2