Just to expand Michael's answer, if you cannot use Java6, look at the sun. packages - they were always available for java applications and always contained a compiler there, it’s just not standard Java, so you don’t hear too much about it, and the API can change (for example, move it to the javax.tools package!)
source share