How to add debug information when compiling with Java's Compiler API

Posted by Henrik Paul on Stack Overflow See other posts from Stack Overflow or by Henrik Paul
Published on 2010-04-14T18:03:21Z Indexed on 2010/04/14 19:13 UTC
Read the original article Hit count: 168

Filed under:
|
|

What do I need to do to control whether my classes compiled with a JavaCompiler will include debug information or not?

I'm thinking it has something to do with the getTask()-method's options parameter, but I can't find any references on whether that assumption is correct to start with, and if so, what is the correct way to control that?

© Stack Overflow or respective owner

Related posts about java

Related posts about java6