wilx
wilx

Reputation: 18228

using javax.tools.JavaCompiler etc

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

Answers (1)

Andrew Thompson
Andrew Thompson

Reputation: 168815

See the STBC (the SSCCE Text Based Compiler). The source is available in stbc.zip.

Compilation failed Compiled OK

Upvotes: 2

Related Questions