1

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.

wilx
  • 17,697
  • 6
  • 59
  • 114

1 Answers1

2

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

Compilation failed Compiled OK

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433